Skip to content

Commit

Permalink
Switch to RuboCop plugin syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
arzezak committed Mar 5, 2025
1 parent fdb0fa1 commit fc82839
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion rails/.rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ AllCops:
- db/schema.rb
- bin/**/*

require:
plugins:
- rubocop-rails

require:
- rubocop-packs

Rails/Delegate:
Expand Down
2 changes: 1 addition & 1 deletion ruby/.rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ AllCops:
- db/schema.rb
- bin/**/*

require:
plugins:
- rubocop-performance

Naming/AccessorMethodName:
Expand Down

0 comments on commit fc82839

Please sign in to comment.