Fix false positive audit warning
This commit is contained in:
parent
af3d551de7
commit
0bf3ec593d
@ -483,7 +483,7 @@ class FormulaAuditor
|
||||
problem "Use new-style option definitions"
|
||||
end
|
||||
|
||||
if line =~ /def test/
|
||||
if line =~ /def test$/
|
||||
problem "Use new-style test definitions (test do)"
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user