Skip to content

Commit

Permalink
Use the right config key
Browse files Browse the repository at this point in the history
  • Loading branch information
vemv committed Jan 29, 2022
1 parent 2a83a67 commit 532a34d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/refactor_nrepl/ns/libspec_whitelist.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
(let [kondo-file (io/file ".clj-kondo" "config.edn")
exclude (when (.exists kondo-file)
(try
(-> kondo-file slurp read-string :linters :unresolved-namespace :exclude)
(-> kondo-file slurp read-string :linters :unused-namespace :exclude)
(catch Exception e
(when (System/getenv "CI")
(throw e)))))]
Expand Down

0 comments on commit 532a34d

Please sign in to comment.