diff --git a/spec/fixtures/rubocop_exception.rb b/spec/fixtures/rubocop_exception.rb index 2122f05..1d51ff5 100644 --- a/spec/fixtures/rubocop_exception.rb +++ b/spec/fixtures/rubocop_exception.rb @@ -11,4 +11,10 @@ module RubocopException def some_method_misspelled_reenable end # rubocop:enable Lint/SomLint + + # rubocop:disable Metrics/LineLength + # Disabling because I want to. + def some_method_with_context + end + # rubocop:enable Metrics/LineLength end