Skip to content

Commit

Permalink
Exclude app/assets/**/* by default
Browse files Browse the repository at this point in the history
To speed things up. This directory often contains a large number of files.
  • Loading branch information
r7kamura committed Apr 26, 2023
1 parent 2235d8c commit 813959a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog/change_exclude_app_assets_by_default.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* [#992](https://github.com/rubocop/rubocop-rails/pull/992): Exclude `app/assets/**/*` by default. ([@r7kamura][])
1 change: 1 addition & 0 deletions config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ inherit_mode:

AllCops:
Exclude:
- app/assets/**/*
- bin/*
# Exclude db/schema.rb and db/[CONFIGURATION_NAMESPACE]_schema.rb by default.
# See: https://guides.rubyonrails.org/active_record_multiple_databases.html#setting-up-your-application
Expand Down

0 comments on commit 813959a

Please sign in to comment.