diff options
| -rw-r--r-- | .rubocop.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 77c7ae21..b2faacc9 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -432,7 +432,7 @@ Style/SelectByRegexp: Style/SingleArgumentDig: Enabled: true Style/SlicingWithRange: - Enabled: false + Enabled: false # reason: not supported in JRuby < 9.3 Style/SoleNestedConditional: Enabled: true Style/SpecialGlobalVars: |
