Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Add linting to build #43

Open
tschady opened this issue Sep 27, 2019 · 1 comment
Open

Add linting to build #43

tschady opened this issue Sep 27, 2019 · 1 comment

Comments

@tschady
Copy link

tschady commented Sep 27, 2019

Feature Request

Description of Problem:

Linting is manual (or editor based) right now - would help to have automated linter checks inside Travis.

@mdallastella
Copy link

Hi.

You can use clj-kondo, which is a little linter written in Clojure and easy to install.

You just need to add a couple of steps in your trevis configuration, one to install clj-kondo and one that runs clj-kondo --lint src. You can also provide a configuration file for enable/disable clj-kondo features if you like.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants