Skip to content

Commit

Permalink
Set Max BlockNesting to 4 to fix fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
ppostma committed Oct 4, 2023
1 parent 53876ba commit c3ae862
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ Metrics/AbcSize:
Metrics/BlockLength:
Enabled: false

Metrics/BlockNesting:
Max: 4

Metrics/ClassLength:
Enabled: false

Expand Down

0 comments on commit c3ae862

Please sign in to comment.