sscpac / statick

Making code quality easier.
https://sscpac.github.io/statick/
Creative Commons Zero v1.0 Universal
72 stars 14 forks source link

Added options for Reporting Plugins to README #492

Closed m0g3ns closed 7 months ago

m0g3ns commented 7 months ago

Closes #491

I added usage examples for reporting plugins to example configurations and the list of available reporting plugins. This should simplify the usage of the tool so users do not have to look in the source files of the plugins to understand how they work.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (2522518) 100.00% compared to head (d3490ca) 96.62%. Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #492 +/- ## =========================================== - Coverage 100.00% 96.62% -3.38% =========================================== Files 59 59 Lines 3378 3378 =========================================== - Hits 3378 3264 -114 - Misses 0 114 +114 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

xydesa commented 7 months ago

@denewiler it seems like the action failures in here might also be occuring in main: https://github.com/sscpac/statick/actions/runs/7732454334/job/21082413604

denewiler commented 7 months ago

The same unit test is failing in main and in this PR branch. Locally I ran statick against this branch (since that step gets skipped in workflows due to the failing unit test) and it passed. I'm good merging this and fixing the unit test separately.

denewiler commented 7 months ago

One addition I would like to see is an updated changelog. I'm fine if we do that ourselves before the next release.

tdenewiler commented 7 months ago

493 created to fix unit test.