Skip to content

Commit 813959a

Browse files
committed
Exclude app/assets/**/* by default
To speed things up. This directory often contains a large number of files.
1 parent 2235d8c commit 813959a

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)