mirror of
https://github.com/mgechev/revive.git
synced 2024-11-24 08:32:22 +02:00
cb72bd880d
Some of the formatters were writing directly to stdout instead of returning the output. That made them more difficult to use them with revivelib. This PR updates those formatters to write to a buffer and return the resulting string. |
||
---|---|---|
.. | ||
checkstyle.go | ||
default.go | ||
doc.go | ||
formatter_test.go | ||
friendly.go | ||
json.go | ||
ndjson.go | ||
plain.go | ||
sarif.go | ||
severity.go | ||
stylish.go | ||
unix.go |