cleaning up linter rules to accurately catch errors.

This commit is contained in:
2023-01-20 09:31:13 -08:00
parent d660b3d800
commit 2f9b7cc7a3
2 changed files with 22 additions and 1 deletions

View File

@@ -5,5 +5,8 @@
:private-call {:level :off}
:mount/defstate {:level :warning}}
:lint-as {manifold.deferred/let-flow clojure.core/let}
:config-paths ["slingshot"]
:hooks {:analyze-call {mount.core/defstate hooks.defstate/defstate}} }
:hooks {:analyze-call {mount.core/defstate hooks.defstate/defstate
auto-ap.logging/with-context-as hooks.logging/with-context-as
auto-ap.logging/capture-context->lc hooks.logging/capture-context->lc}} }