diff options
| -rw-r--r-- | .rubocop.yml | 2 |
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: |
