diff options
Diffstat (limited to '.rubocop.yml')
| -rw-r--r-- | .rubocop.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 920c1e5c..bc20731e 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -6,6 +6,8 @@ Metrics: Enabled: false Lint/ShadowingOuterLocalVariable: Enabled: false +Lint/NestedMethodDefinition: + Enabled: false Style/MethodCallWithArgsParentheses: Enabled: true AllowedMethods: |
