Skip to content

Commit

Permalink
Merge branch 'dependabot/bundler/rubocop-rails-2.21.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
gbp committed Sep 15, 2023
2 parents 1afd8a6 + 02c905c commit 6321fcc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .ruby-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1133,6 +1133,9 @@ Rails/ContentTag:
Rails/CreateTableWithTimestamps:
Enabled: false

Rails/DangerousColumnNames:
Enabled: false

Rails/Date:
Enabled: false

Expand Down Expand Up @@ -1298,6 +1301,9 @@ Rails/RakeEnvironment:
Rails/ReadWriteAttribute:
Enabled: false

Rails/RedundantActiveRecordAllMethod:
Enabled: false

Rails/RedundantAllowNil:
Enabled: false

Expand Down Expand Up @@ -1367,6 +1373,9 @@ Rails/SchemaComment:
Rails/ScopeArgs:
Enabled: false

Rails/SelectMap:
Enabled: false

Rails/ShortI18n:
Enabled: false

Expand Down Expand Up @@ -1415,6 +1424,9 @@ Rails/UnknownEnv:
Rails/UnusedIgnoredColumns:
Enabled: false

Rails/UnusedRenderContent:
Enabled: false

Rails/Validation:
Enabled: false

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ GEM
rubocop-performance (1.19.0)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.20.2)
rubocop-rails (2.21.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
Expand Down

0 comments on commit 6321fcc

Please sign in to comment.