module RuboCop::SketchUp::NoCommentDisable

Private Instance Methods

enabled_line?(_line_number) click to toggle source

This forces the cop to be run even if there is a source code comment that tries to disable it.

# File lib/rubocop/sketchup/no_comment_disable.rb, line 11
def enabled_line?(_line_number)
  true
end