Closed thecodejunkie closed 7 years ago
We where missing a = in -verbosity=diagnostic, causing builds to fail but still generate a false positive 😢
=
-verbosity=diagnostic
Do we want diagnostic verbosity though? Isn't that mostly just noise for a normal build?
Hmm, we could swap it to normal and see if it makes life more difficult for us or not
normal
We where missing a
=
in-verbosity=diagnostic
, causing builds to fail but still generate a false positive 😢