diff options
Diffstat (limited to 'rubocop')
-rw-r--r-- | rubocop/cop/module_with_instance_variables.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rubocop/cop/module_with_instance_variables.rb b/rubocop/cop/module_with_instance_variables.rb index 9f9856e308b..f101ae09ad2 100644 --- a/rubocop/cop/module_with_instance_variables.rb +++ b/rubocop/cop/module_with_instance_variables.rb @@ -6,9 +6,6 @@ module RuboCop for the rationale behind it: https://docs.gitlab.com/ee/development/module_with_instance_variables.html - - If you think the use for this is fine, please just add: - # rubocop:disable Cop/ModuleWithInstanceVariables EOL def on_module(node) |