Skip to content
Snippets Groups Projects
Commit afa56848 authored by Darius Schneider's avatar Darius Schneider
Browse files

Update rubocop-rails.yml

parent eb4fbbb7
Branches
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ Rails/HasAndBelongsToMany:
# prevent puts, but exclude test, config, db since Rails Logger may not have been loaded
Rails/Output:
Exclude: *test_config_db
Exclude: ['test/**/*', 'config/**/*', 'db/**/*']
# allow usage of methods that skip validations; we trust developers know what they are doing
Rails/SkipsModelValidations:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment