Disabled Rails/Date cop

This commit is contained in:
Gabriel Mazetto 2015-12-15 00:54:26 -02:00
parent b5291f9599
commit f479ed3066
1 changed files with 6 additions and 0 deletions

View File

@ -979,6 +979,12 @@ Rails/ActionFilter:
Description: 'Enforces consistent use of action filter methods.'
Enabled: true
Rails/Date:
Description: >-
Checks the correct usage of date aware methods,
such as Date.today, Date.current etc.
Enabled: false
Rails/DefaultScope:
Description: 'Checks if the argument passed to default_scope is a block.'
Enabled: false