tomasbjerre / violations-lib

Java library for parsing report files from static code analysis.
Apache License 2.0
148 stars 39 forks source link

make flake8 regex more precise to avoid false positives #185

Closed henglert closed 7 months ago

henglert commented 8 months ago

I had to change the "testThatViolationsCanBeParsedFromFileContainingNoise" also. When you look at the flake8-failure.log file, I only see a single flake8 warning on line 4, all other lines are not flake8. The test before (HOME=/var/jenkins_home) was a false positive in my opinion.

tomasbjerre commented 7 months ago

thanks!

tomasbjerre commented 7 months ago

This is now released.