Skip to content

Commit

Permalink
disable module length metric for spec files
Browse files Browse the repository at this point in the history
  • Loading branch information
meltheadorable committed Jun 5, 2024
1 parent 2089895 commit 9d83bb2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ Metrics/PerceivedComplexity:
Exclude:
- db/migrate/*

Metrics/ModuleLength:
Exclude:
- spec/**/*

Metrics/ParameterLists:
CountKeywordArgs: false

Expand Down

0 comments on commit 9d83bb2

Please sign in to comment.