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

fix yml

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