Skip to content

Commit

Permalink
squash: disable linter
Browse files Browse the repository at this point in the history
  • Loading branch information
arielvalentin authored Aug 2, 2023
1 parent 4805d8f commit 17ab41d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Lint/UnusedMethodArgument:
Enabled: false
Metrics/AbcSize:
Enabled: false
Metrics/CyclomaticComplexity:
Enabled: false
Metrics/BlockLength:
Enabled: false
Metrics/ClassLength:
Expand Down

0 comments on commit 17ab41d

Please sign in to comment.