summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index c86553e5..b2d48332 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -51,10 +51,6 @@ Style/SingleLineMethods:
Style/StringLiterals:
Enabled: false
-# TODO: delete this rule when we drop Ruby 1.9.3 support.
-Style/SymbolArray:
- EnforcedStyle: brackets
-
Metrics/LineLength:
Max: 90