From 15edf741a14a53443fb39ecb59888e75697b9c2b Mon Sep 17 00:00:00 2001 From: Lin Jen-Shin Date: Wed, 22 Nov 2017 00:59:16 +0800 Subject: Explain how to disable it in the doc --- rubocop/cop/module_with_instance_variables.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'rubocop') 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) -- cgit v1.2.3