Skip to content

Commit

Permalink
Merge pull request #992 from r7kamura/exclude-app-assets
Browse files Browse the repository at this point in the history
Exclude `app/assets/**/*` by default
  • Loading branch information
koic committed Apr 26, 2023
2 parents 2235d8c + 813959a commit 8611336
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 8611336

Please sign in to comment.