Skip to content

Commit 8611336

Browse files
authored
Merge pull request #992 from r7kamura/exclude-app-assets
Exclude `app/assets/**/*` by default
2 parents 2235d8c + 813959a commit 8611336

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* [#992](https://github.com/rubocop/rubocop-rails/pull/992): Exclude `app/assets/**/*` by default. ([@r7kamura][])

config/default.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ inherit_mode:
66

77
AllCops:
88
Exclude:
9+
- app/assets/**/*
910
- bin/*
1011
# Exclude db/schema.rb and db/[CONFIGURATION_NAMESPACE]_schema.rb by default.
1112
# See: https://guides.rubyonrails.org/active_record_multiple_databases.html#setting-up-your-application

0 commit comments

Comments
 (0)