diff options
| author | Lin Jen-Shin <godfat@godfat.org> | 2017-07-12 02:29:33 +0800 |
|---|---|---|
| committer | Lin Jen-Shin <godfat@godfat.org> | 2017-09-18 21:23:45 +0800 |
| commit | 9ae92b8caa6c11d8860f86b7d6378062215d1b72 (patch) | |
| tree | 06b7416abad46cb1dd44c19a18a7e40caed30e15 /lib/tasks | |
| parent | 4cadf22e208e3be401824f43ab13d5e6f2ff6465 (diff) | |
| download | gitlab-ce-9ae92b8caa6c11d8860f86b7d6378062215d1b72.tar.gz | |
Add cop to make sure we don't use ivar in a module
Diffstat (limited to 'lib/tasks')
| -rw-r--r-- | lib/tasks/gitlab/task_helpers.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tasks/gitlab/task_helpers.rb b/lib/tasks/gitlab/task_helpers.rb index 8a63f486fa3..24b65630b87 100644 --- a/lib/tasks/gitlab/task_helpers.rb +++ b/lib/tasks/gitlab/task_helpers.rb @@ -1,5 +1,6 @@ require 'rainbow/ext/string' +# rubocop:disable Cop/ModuleWithInstanceVariables module Gitlab TaskFailedError = Class.new(StandardError) TaskAbortedByUserError = Class.new(StandardError) |
