From 7ae072865e3fc23d9844322dde6ad0f6906e3f2c Mon Sep 17 00:00:00 2001 From: Samuel Giddins Date: Sun, 31 Jan 2016 11:29:09 -0600 Subject: Compatibility with frozen string literals --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index e668c6c9..c2ce6537 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -31,6 +31,9 @@ Style/Alias: Style/AlignParameters: EnforcedStyle: with_fixed_indentation +Style/FrozenStringLiteralComment: + EnforcedStyle: always + Style/MultilineBlockChain: Enabled: false -- cgit v1.2.3