Skip to content

Commit

Permalink
Disable the Gemspec/RequireMFA rule since it's not aware of `gemspe…
Browse files Browse the repository at this point in the history
…c.yml`.
  • Loading branch information
postmodern committed Sep 14, 2024
1 parent 53f9331 commit da0eff0
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 @@ -65,6 +65,9 @@ Style/WordArray: { Enabled: false } # Offense count: 1
Style/Lambda: { Enabled: false } # Offense count: 2
Style/SafeNavigation: { Enabled: false } # Offense count: 2
Lint/IneffectiveAccessModifier: { Enabled: false } # Offense count: 1
Gemspec/RequireMFA:
Exclude:
- 'bundler-audit.gemspec'
Gemspec/DuplicatedAssignment:
Exclude:
- 'bundler-audit.gemspec'
Expand Down

0 comments on commit da0eff0

Please sign in to comment.