Skip to content

Commit

Permalink
dev(lint): set :path-invalid-construct/string-join level to :info
Browse files Browse the repository at this point in the history
  • Loading branch information
RCmerci authored and logseq-cldwalker committed Mar 1, 2023
1 parent 40a1f5b commit 974e91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clj-kondo/config.edn
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{:exclude [frontend.db.conn frontend.db.react logseq.db.default]}}}}

:linters
{:path-invalid-construct/string-join {:level :warning}
{:path-invalid-construct/string-join {:level :info}
:aliased-namespace-symbol {:level :warning}
;; Disable until it doesn't trigger false positives on rum/defcontext
:earmuffed-var-not-dynamic {:level :off}
Expand Down

0 comments on commit 974e91c

Please sign in to comment.