Sha256: 31e4c99e5e23160449c928c0871ac2f82508ad43faa1863b507b3e8e2129d2b5
Contents?: true
Size: 372 Bytes
Versions: 6
Compression:
Stored size: 372 Bytes
Contents
diff --git a/spec/fixtures/rubocop_exception.rb b/spec/fixtures/rubocop_exception.rb index eee0aa0..5a0e804 100644 --- a/spec/fixtures/rubocop_exception.rb +++ b/spec/fixtures/rubocop_exception.rb @@ -36,4 +36,7 @@ module RubocopException } # rubocop:enable Layout/AlignHash end + + def some_inline_disabled_rule # rubocop:disable Rails/SomeRule + end end
Version data entries
6 entries across 6 versions & 1 rubygems