Closed sidz closed 2 years ago
This PR drop support of --non-zero-exit-on-violation option.
--non-zero-exit-on-violation
The argument is: phpmnd is mostly used in CI where it must fail builds in case any violation is detected so it does not make a lot of sense to use in CI and skip violations.
This is for 3.0 really, its a breaking change in the pipeline especially for incremental analysis
@exussum12 yup, everything what I'm going to do now is for 3.0 :)
Thanks @exussum12
This PR drop support of
--non-zero-exit-on-violation
option.The argument is: phpmnd is mostly used in CI where it must fail builds in case any violation is detected so it does not make a lot of sense to use in CI and skip violations.