We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b555d5 commit 0bff3d5Copy full SHA for 0bff3d5
.rubocop.yml
@@ -12,6 +12,10 @@ AllCops:
12
TargetRubyVersion: 2.7
13
SuggestExtensions: false
14
15
+Minitest:
16
+ Include:
17
+ - lib/rubocop/minitest/assert_offense.rb
18
+
19
InternalAffairs/NodeMatcherDirective:
20
Enabled: false
21
lib/rubocop/minitest/assert_offense.rb
@@ -167,6 +167,7 @@ def assert_no_corrections
167
168
# This is just here for a pretty diff if the source actually got changed
169
new_source = @last_corrector.rewrite
170
171
assert_equal(@processed_source.buffer.source, new_source)
172
173
# There is an infinite loop if a corrector is present that did not make
0 commit comments