Skip to content

Latest commit

 

History

History
124 lines (77 loc) · 4.64 KB

CHANGELOG.md

File metadata and controls

124 lines (77 loc) · 4.64 KB

Changelog

0.7.130 - 2025-03-02

Added

  • Add dotenv-linter linter. a65ad21
  • eastwood: support options in a config. 647e4c1
  • cljfmt: support standalone cli. 93834f6
  • Add ansible-lint linter. 8c931a2

Fixed

  • Tweak Dockerfile regexp. a518aab
  • eastwood: replace project detection of clojure and leiningen. b56de96
  • tflint: fix file options. 9780488

0.6.120 - 2025-02-15

Changed

  • Use tools.build to build a binary. (4ef2c8d)
    • Change versioning to MAJOR.MINOR.COMMITS.

Fixed

0.6.0 - 2025-02-08

Added

Changed

  • 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

Added

  • Add an option -C/--directory to change working directory. (1d5c123)
  • Consider exit codes of linter executions. (145810f)

Changed

  • Use clojure.java.process instead of clojure.java.shell. (7b84acf)

Fixed

  • 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

Added

Fixed

  • Return an error when unknown ref is supplied. (37134e1)
  • Fix cljfmt group. (fac5ed0)

0.4.0 - 2023-03-28

Added

0.3.0 - 2021-09-26

Added

Fixed

0.2.1 - 2020-03-28

Fixed

0.2.0 - 2020-03-20

Added

Changed

  • Support diff between two commits. (c1019b5)

0.1.0 - 2020-03-15

First release.