about summary refs log tree commit diff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorYamagishi Kazutoshi <ykzts@desire.sh>2019-12-03 02:25:43 +0900
committermultiple creatures <dev@multiple-creature.party>2020-02-21 04:03:46 -0600
commit28073bbcd6010de077e528f0447b35e51905ed23 (patch)
treed4751866764c114f4a3030aae835922c6b8a0570 /.rubocop.yml
parent924c2c0880a96d8e502427e0b697148916c021f1 (diff)
port tootsuite#12534 to monsterfork: Update ESLint and RuboCop in Code Climate
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 8bd4c867f..9a68becbb 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -71,6 +71,9 @@ Naming/MemoizedInstanceVariableName:
 Rails:
   Enabled: true
 
+Rails/EnumHash:
+  Enabled: false
+
 Rails/HasAndBelongsToMany:
   Enabled: false
 
@@ -102,6 +105,9 @@ Style/Documentation:
 Style/DoubleNegation:
   Enabled: true
 
+Style/FormatStringToken:
+  Enabled: false
+
 Style/FrozenStringLiteralComment:
   Enabled: true