audit: make throttled
a regular audit
This commit is contained in:
parent
57f7b8a8a4
commit
823f2234f1
@ -705,7 +705,7 @@ module Homebrew
|
|||||||
next if formula.stable.nil?
|
next if formula.stable.nil?
|
||||||
|
|
||||||
version = formula.stable.version.to_s.split(".").last.to_i
|
version = formula.stable.version.to_s.split(".").last.to_i
|
||||||
if @strict && a == formula.name && version.modulo(b.to_i).nonzero?
|
if a == formula.name && version.modulo(b.to_i).nonzero?
|
||||||
problem "should only be updated every #{b} releases on multiples of #{b}"
|
problem "should only be updated every #{b} releases on multiples of #{b}"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user