From c2bc569d2d538584cfc081e5775de17cdf2f054b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Mon, 13 Feb 2017 15:58:58 -0300 Subject: Enable frozen_string_literal in all files in arel --- .rubocop.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .rubocop.yml (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml new file mode 100644 index 0000000000..2379a2afd0 --- /dev/null +++ b/.rubocop.yml @@ -0,0 +1,6 @@ +AllCops: + DisabledByDefault: true + +Style/FrozenStringLiteralComment: + Enabled: true + EnforcedStyle: always -- cgit v1.2.3