Sha256: e4bdc796b188e729e609b38e0e29129404080889123a05664f58d2a6376c5ee7
Contents?: true
Size: 392 Bytes
Versions: 10
Compression:
Stored size: 392 Bytes
Contents
diff --git a/spec/fixtures/rubocop_exception.rb b/spec/fixtures/rubocop_exception.rb index 663661c..7f63af5 100644 --- a/spec/fixtures/rubocop_exception.rb +++ b/spec/fixtures/rubocop_exception.rb @@ -2,4 +2,8 @@ # frozen_string_literal: true module RubocopException + # rubocop:disable Rails/SomeRule + def some_method_with_disabled_rule + end + # rubocop:enable Rails/SomeRule end
Version data entries
10 entries across 10 versions & 1 rubygems