Sha256: 9a1653829ec0e08d1427d17da015fcfe0bee52de0e9d6045fc8db3a2b8483483
Contents?: true
Size: 438 Bytes
Versions: 10
Compression:
Stored size: 438 Bytes
Contents
diff --git a/spec/fixtures/rubocop_exception.rb b/spec/fixtures/rubocop_exception.rb index 7f63af5..2122f05 100644 --- a/spec/fixtures/rubocop_exception.rb +++ b/spec/fixtures/rubocop_exception.rb @@ -6,4 +6,9 @@ module RubocopException def some_method_with_disabled_rule end # rubocop:enable Rails/SomeRule + + # rubocop:disable Lint/SomeLint + def some_method_misspelled_reenable + end + # rubocop:enable Lint/SomLint end
Version data entries
10 entries across 10 versions & 1 rubygems