Skip to content

Commit

Permalink
Merge pull request #1216 from etalab/dependabot/bundler/rubocop-rails…
Browse files Browse the repository at this point in the history
…-2.21.0

Bump rubocop-rails from 2.20.2 to 2.21.0
  • Loading branch information
Un3x authored Sep 11, 2023
2 parents 4192981 + 7ed629e commit a9ec108
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,3 +212,10 @@ Lint/AmbiguousBlockAssociation:

Rails/HasAndBelongsToMany:
Enabled: false

Rails/FindEach:
Enabled: false

Rails/RedundantActiveRecordAllMethod:
Exclude:
- "spec/**/*"
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ GEM
rubocop (~> 1.41)
rubocop-factory_bot (2.23.1)
rubocop (~> 1.33)
rubocop-rails (2.20.2)
rubocop-rails (2.21.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
Expand Down

0 comments on commit a9ec108

Please sign in to comment.