Remove explicit `--strict` flag.

This commit is contained in:
Markus Reiter 2020-09-04 06:27:14 +02:00
parent a6cbe0e731
commit e9bb319ad6
1 changed files with 0 additions and 1 deletions

View File

@ -30,7 +30,6 @@ module CiMatrix
audit_args = ["--download", "--appcast", "--online"]
if changed_files[:added_files].include?(path)
audit_args << "--strict"
audit_args << "--new-cask"
end