Skip to content

Commit

Permalink
Include config/ and update all rubcop deps (mastodon#23963)
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni authored Mar 17, 2023
1 parent d75a1e5 commit b22b4ba
Show file tree
Hide file tree
Showing 5 changed files with 412 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ require:
- rubocop-rails
- rubocop-rspec
- rubocop-performance
- rubocop-capybara

AllCops:
TargetRubyVersion: 2.7
Expand All @@ -19,7 +20,6 @@ AllCops:
NewCops: enable
Exclude:
- db/schema.rb
- 'config/**/*'
- 'bin/*'
- 'Rakefile'
- 'node_modules/**/*'
Expand Down
Loading

0 comments on commit b22b4ba

Please sign in to comment.