Skip to content

Commit

Permalink
feat: rubocop rule
Browse files Browse the repository at this point in the history
  • Loading branch information
v-vila committed Mar 8, 2024
1 parent 0170491 commit 660a131
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 @@ -122,6 +122,8 @@ Layout/LineLength:
Max: 370
Metrics/ParameterLists:
Max: 17
Metrics/PerceivedComplexity:
Enabled: false
Style/GuardClause:
Enabled: false
Style/StringLiterals:
Expand Down

0 comments on commit 660a131

Please sign in to comment.