summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorDouglas Eichelberger <dduugg@gmail.com>2022-09-11 15:15:36 -0700
committerDouglas Eichelberger <dduugg@gmail.com>2022-09-11 15:15:36 -0700
commit0e06fc6ab27a88f7c451fc7de9645f7cab050ad9 (patch)
tree4e59e32730d576be28aecbc7e6c5be0803e40476 /.rubocop.yml
parent43c2d3c79419dd79babb0f9c5f3920eb9cd4677f (diff)
downloadpry-0e06fc6ab27a88f7c451fc7de9645f7cab050ad9.tar.gz
Complete Style/SymbolArray todo
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