nccgroup / sobelow

Security-focused static analysis for the Phoenix Framework
Apache License 2.0
1.66k stars 92 forks source link

Bring flycheck output inline with expected format #93

Closed OldhamMade closed 3 years ago

OldhamMade commented 3 years ago

The output from sobelow with the --flycheck flag does not follow the format as output by the original Flycheck tool; it uses Sobelow's "compact" format but switches the order. This makes it incompatible with tooling that expects the output to be the same as that from the original Flycheck tool.

This PR separates --flycheck into it's own "full" format, consistent with that of the --compact flag, adds documentation for the new flag to the README, and increases the patch version to reflect this change.

OldhamMade commented 3 years ago

@GriffinMB apologies, that has now been done.

GriffinMB commented 3 years ago

No problem at all, thanks for the help! I'll push a release this weekend that will include this update.