You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if cljfmt supported custom output pattern so that it can be better integrated with GitHub Actions. clj-kondosupports this and it makes problem reporting much nicer.
The text was updated successfully, but these errors were encountered:
Looks like this is more difficult to support than it initially appears, at least if we want to get reasonable output. Multi-line support requires URL-escaping the log message, for example, and ideally we'd want to give each chunk of the diff its own warning message with a start and end line number.
I don't think a custom output pattern by itself would be sufficient; we'd probably need a dedicated GitHub reporter.
It would be great if
cljfmt
supported custom output pattern so that it can be better integrated with GitHub Actions.clj-kondo
supports this and it makes problem reporting much nicer.The text was updated successfully, but these errors were encountered: