diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-04-21 17:24:33 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2022-04-21 17:24:33 -0600 |
| commit | e13fb6387ff67bb0ff45c249d13f3208f9796185 (patch) | |
| tree | 4f31b6c5d67a2b844c658ebfc81122a2a1a8a0b3 | |
| parent | 89525d746d0d0451568840a823df599f3844346d (diff) | |
add comment to RuboCop config [skip ci]
| -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: |
