0.7.130 - 2025-03-02
- Add dotenv-linter linter. a65ad21
- eastwood: support options in a config. 647e4c1
- cljfmt: support standalone cli. 93834f6
- Add ansible-lint linter. 8c931a2
- Tweak Dockerfile regexp. a518aab
- eastwood: replace project detection of clojure and leiningen. b56de96
- tflint: fix file options. 9780488
0.6.120 - 2025-02-15
- Use tools.build to build a binary. (4ef2c8d)
- Change versioning to
MAJOR.MINOR.COMMITS
.
- Change versioning to
- Add missing CSS type. (d72eba2)
0.6.0 - 2025-02-08
- Print official linter names. (c8da9d0)
- Allow both a linter key and a linter name for
-l
option. (9a24621) - Add
$XDG_CONFIG_HOME/bosslint/config.edn
to config candidates. (2f0c35f)
0.5.0 - 2025-01-06
- Add an option
-C/--directory
to change working directory. (1d5c123) - Consider exit codes of linter executions. (145810f)
- Use
clojure.java.process
instead ofclojure.java.shell
. (7b84acf)
- Fix clojure aliases on eastwood run. (4750a14)
- eastwood: use only aliases having :extra-paths. (5d12519)
- eastwood: fix run in a subdirectory. (e216feb)
0.4.1 - 2024-10-06
- Add
:disabled?
config. (bdf5d1c)
0.4.0 - 2023-03-28
0.3.0 - 2021-09-26
- Fix cljfmt args. (372fc22)
0.2.1 - 2020-03-28
0.2.0 - 2020-03-20
- Support diff between two commits. (c1019b5)
0.1.0 - 2020-03-15
First release.