Skip to content

Commit

Permalink
Suppress Eastwood warnings for calling deprecated child/children
Browse files Browse the repository at this point in the history
Test suite still calls child/children to detect regressions in these
deprecated, but not yet removed, functions.
  • Loading branch information
dgr committed Aug 17, 2024
1 parent 2edcdd8 commit 3b4491e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@
:main-opts ["-m" "eastwood.lint" {:source-paths ["src"]
:test-paths ["test"]
:add-linters [:performance]
:exclude-linters [:local-shadows-var]}]}
:exclude-linters [:local-shadows-var]
:ignored-faults {:deprecations {etaoin.api-test true}}}]}

:build {:deps {io.github.clojure/tools.build {:mvn/version "0.10.5"}}
:extra-paths ["build"]
Expand Down

0 comments on commit 3b4491e

Please sign in to comment.