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/code_reuse/presenter.rb')
-rw-r--r--rubocop/cop/code_reuse/presenter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/rubocop/cop/code_reuse/presenter.rb b/rubocop/cop/code_reuse/presenter.rb
index 6eef5e5a4b0..9ceb7bde54e 100644
--- a/rubocop/cop/code_reuse/presenter.rb
+++ b/rubocop/cop/code_reuse/presenter.rb
@@ -6,7 +6,7 @@ module RuboCop
module Cop
module CodeReuse
# Cop that enforces various code reuse rules for Presenter classes.
- class Presenter < RuboCop::Cop::Cop
+ class Presenter < RuboCop::Cop::Base
include CodeReuseHelpers
IN_SERVICE = 'Presenters can not be used in a Service class.'