diff --git a/.rubocop.yml b/.rubocop.yml index 888e1b6..e55c5d1 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -3,3 +3,11 @@ AllCops: TargetRubyVersion: 2.7 Exclude: - "vendor/**/*" + +Metrics/MethodLength: + Max: 15 + +Metrics/BlockLength: + Exclude: + - bin/git-format-staged # Long block for option parser is ok + \ No newline at end of file