check in taoensso and babashka inside ./clj-kondo
into version control but prevent them from being formatted
#17947
Labels
./clj-kondo
into version control but prevent them from being formatted
#17947
ref : #17783
The PR above simply adds these locations to
.gitignore
.clj-kondo/taoensso/
.clj-kondo/babashka/
However as mentioned : https://clojurians-log.clojureverse.org/clj-kondo/2022-03-18 they ideally belong in the source control.
Unless the
lsp
configurations are modified to ignore these paths these files will get auto formatted every time the commandmake lint-fix
is run.The formatting varies on
macos
andlinux
systems.The ideal solution would be to remove those entries from
.gitingore
and modify thelsp
configurations in such a way that those folders are not formatted by the linter.The text was updated successfully, but these errors were encountered: