Skip to content

Commit 59b1bee

Browse files
config: refine paths ignore regex with build & console-log patterns
- `console-log-` included to prevent conjure showing warnings & errors in the HUD log output - `build` to ingnore tools.build scripts
1 parent 297c0d6 commit 59b1bee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.edn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
;; Check the default at clojure-lsp.classpath/default-project-specs
2626
;; :project-specs []
2727

28-
;; ingnore paths in project, i.e. build assets
29-
;; :source-paths-ignore-regex ["target.*"]
28+
;; ignore analyzing/linting specific paths
29+
:source-paths-ignore-regex ["target.*" "build.*" "console-log-.*"]
3030

3131
;; Additional LSP configurations to load from classpath
3232
;; https://clojure-lsp.io/settings/#classpath-config-paths

0 commit comments

Comments
 (0)