diff options
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 880c493..da8564c 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -26,6 +26,10 @@ Layout/MultilineMethodCallIndentation: Lint/EndAlignment: EnforcedStyleAlignWith: variable +Layout/IndentHash: + Exclude: + - Rakefile + Metrics/AbcSize: Max: 30 |