Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'rubocop/cop/gitlab/change_timezone.rb')
-rw-r--r--rubocop/cop/gitlab/change_timezone.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/rubocop/cop/gitlab/change_timezone.rb b/rubocop/cop/gitlab/change_timezone.rb
index c30a057d51c..a5d9393b6c3 100644
--- a/rubocop/cop/gitlab/change_timezone.rb
+++ b/rubocop/cop/gitlab/change_timezone.rb
@@ -3,7 +3,7 @@
module RuboCop
module Cop
module Gitlab
- class ChangeTimezone < RuboCop::Cop::Cop
+ class ChangeTimezone < RuboCop::Cop::Base
MSG = "Do not change timezone in the runtime (application or rspec), " \
"it could result in silently modifying other behavior."