summaryrefslogtreecommitdiffstats
path: root/.rubocop.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 0211aa761..0da6b1ce7 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -57,6 +57,9 @@ Rails/BulkChangeTable:
Rails/HelperInstanceVariable:
Enabled: false
+Style/FormatStringToken:
+ Enabled: false
+
Style/FrozenStringLiteralComment:
Enabled: true
EnforcedStyle: always