summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2024-05-14 13:29:58 -0600
committerDan Allen <dan.j.allen@gmail.com>2024-05-14 13:29:58 -0600
commitdf9b7ec0e020b689bdf2354886b4adb7cbe2c15b (patch)
tree13bcfd7ba9bd8aef11d07363676663597182a462
parent3c4e3ea6a4b096b919caa1b27bed7ff944c7a3a2 (diff)
tune lint rules
-rw-r--r--.rubocop.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 986f4e67..83d2f53e 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -103,6 +103,8 @@ Lint/MissingSuper:
Enabled: false # FIXME consider enabling
Lint/MixedRegexpCaptureTypes:
Enabled: true
+Lint/NonLocalExitFromIterator:
+ Enabled: false
Lint/NoReturnInBeginEndBlocks:
Enabled: true
Lint/NumberedParameterAssignment: