2
0

Enable Rubocop for app/views (#23874)

This commit is contained in:
Nick Schonning
2023-03-04 18:33:52 -05:00
committed by GitHub
parent 14f0b48fb6
commit 82a6cf4012
4 changed files with 13 additions and 14 deletions

View File

@@ -19,7 +19,6 @@ AllCops:
NewCops: enable
Exclude:
- db/schema.rb
- 'app/views/**/*'
- 'config/**/*'
- 'bin/*'
- 'Rakefile'