Commit a0bf828d authored by Sean Arnold's avatar Sean Arnold

Enable cop Rails/TimeZone for services

parent 9ea03646
......@@ -461,3 +461,13 @@ Performance/ChainArrayAllocation:
- 'lib/gitlab/import_export/**/*'
- 'ee/lib/gitlab/import_export/**/*'
- 'ee/lib/ee/gitlab/import_export/**/*'
Rails/TimeZone:
Enabled: true
EnforcedStyle: 'flexible'
Include:
- 'app/services/**/*'
- 'spec/services/**/*'
- 'ee/app/services/**/*'
- 'ee/spec/services/**/*'
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment