Skip to content

Commit

Permalink
Silence noisy rubocop filters
Browse files Browse the repository at this point in the history
  • Loading branch information
benprew committed Nov 27, 2024
1 parent 122efc1 commit 6faf670
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,15 @@ Metrics/AbcSize:

Style/NumericPredicate:
Enabled: False

Metrics/PerceivedComplexity:
Enabled: False

Metrics/CyclomaticComplexity:
Enabled: False

Style/FormatString:
Enabled: False

Naming/MethodParameterName:
Enabled: False

0 comments on commit 6faf670

Please sign in to comment.