Developer folks....
If you want to describe that a project has been fixed for all the errors found by a static analysis tool up to a certain level, how would you say it?
Ex:
"This project is ______ for #PHPStan level 6."
- fixed
- valid
- passing
- correct
- ?
@syntaxseed “Complies with” or “is compliant with.”
@ramsey @syntaxseed I've used "adheres with" in the past but I think I like "complies" more.
@ramsey Ooo love this one! Sounds positive and also hints that future devs should ensure it stays this way! Perfect!
@syntaxseed I'd probably say 'updated for' or, maybe better, 'updated to'
@syntaxseed @zonuexe "rocking with"
compliant ?
@syntaxseed compliant or passing
We definitely used fixed in my old team. As we considered most of the findings to be potential bugs/breaking points.