Sha256: 3454eb8f53eeeeb9346a4e11097cab556a4e1a60bb518f394c86b4cf0a8aef06
Contents?: true
Size: 464 Bytes
Versions: 10
Compression:
Stored size: 464 Bytes
Contents
diff --git a/spec/fixtures/rubocop_exception.rb b/spec/fixtures/rubocop_exception.rb index c97cbfc..0406593 100644 --- a/spec/fixtures/rubocop_exception.rb +++ b/spec/fixtures/rubocop_exception.rb @@ -20,6 +20,9 @@ module RubocopException + # rubocop:disable Metrics/ABC + # here is my comment why we are disabling ABC # Some existing comments # Made by another person def some_method_with_existing_comments end + # rubocop:enable Metrics/ABC end
Version data entries
10 entries across 10 versions & 1 rubygems