Sha256: 4a492c374f91d44be2004ec99fb8d88e8a90e02328673aa0e2ea46ce4e20a655
Contents?: true
Size: 478 Bytes
Versions: 10
Compression:
Stored size: 478 Bytes
Contents
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
Version data entries
10 entries across 10 versions & 1 rubygems