Skip to content

Commit cd388c7

Browse files
committed
Suppress RuboCop's offense
This PR suppresses the following RuboCop's offense: ```console $ bundle exec rubocop (snip) test/rubocop/cop/mixin/minitest_exploration_helpers_test.rb:7:5: C: [Correctable] Layout/EmptyLinesAfterModuleInclusion: Add an empty line after module inclusion. extend RuboCop::Cop::MinitestExplorationHelpers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 137 files inspected, 1 offense detected, 1 offense autocorrectable RuboCop failed! ```
1 parent 50dff4c commit cd388c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/rubocop/cop/mixin/minitest_exploration_helpers_test.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
class MinitestExplorationHelpersTest < Minitest::Test
66
module Helper
77
extend RuboCop::Cop::MinitestExplorationHelpers
8+
89
class << self
910
public :test_case?
1011
end

0 commit comments

Comments
 (0)