mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 01:35:34 +08:00
Rubocop schema update, exclude some rules for specs
This commit is contained in:
parent
5e97116c5a
commit
06ab087033
1 changed files with 5 additions and 0 deletions
|
@ -478,6 +478,11 @@ Rails/ScopeArgs:
|
|||
Include:
|
||||
- app/models/**/*.rb
|
||||
|
||||
Rails/SkipsModelValidations:
|
||||
Exclude:
|
||||
- spec/**/*_spec.rb
|
||||
- spec/factories/*.rb
|
||||
|
||||
Rails/TimeZone:
|
||||
EnforcedStyle: flexible
|
||||
|
||||
|
|
Loading…
Reference in a new issue