Add disable rule to rubocop for timestamp

This commit is contained in:
Alexander Meindl
2017-12-12 18:36:45 +01:00
parent 1085b042e5
commit d683f08eef

View File

@@ -32,6 +32,9 @@ Metrics/PerceivedComplexity:
Rails/SkipsModelValidations:
Enabled: false
Rails/CreateTableWithTimestamps:
Enabled: false
Style/AutoResourceCleanup:
Enabled: true