nedap / formatting-stack

An efficient, smart, graceful composition of Clojure formatters, linters and such.
Eclipse Public License 2.0
99 stars 2 forks source link

CI integration #88

Open vemv opened 5 years ago

vemv commented 5 years ago

Context

It is desirable that PRs are already formatted and comply with the linters.

Task

Implement a CLI task that formats/lints stuff, failing the CI build when stuff is wrong.

Acceptance criteria

thumbnail commented 4 years ago

As noted in #93, this issue is best to be picked up after the reporter is available for the whole stack.

This issue could be implemented initially for just the linters, adding the formatters after #110 is done.