summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2022-04-21 17:24:33 -0600
committerDan Allen <dan.j.allen@gmail.com>2022-04-21 17:24:33 -0600
commite13fb6387ff67bb0ff45c249d13f3208f9796185 (patch)
tree4f31b6c5d67a2b844c658ebfc81122a2a1a8a0b3
parent89525d746d0d0451568840a823df599f3844346d (diff)
add comment to RuboCop config [skip ci]
-rw-r--r--.rubocop.yml2
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: