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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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'