Skip to content

Commit

Permalink
dont err on goog.DEBUG (#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinklepsch committed Apr 20, 2020
1 parent 593766c commit 33cd7fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extract/clj_kondo/impl/extract_var_info.clj
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
(let [namespaces (atom {})
;; built-ins from analyzer, e.g.
;; https://github.com/clojure/clojurescript/blob/47386d7c03e6fc36dc4f0145bd62377802ac1c02/src/main/clojure/cljs/analyzer.cljc#L3002
special '#{ns js* *target* goog.global}]
special '#{ns js* *target* goog.global goog.DEBUG}]
(doall
(core-impl/process-files
{:config config/default-config
Expand Down
Loading

0 comments on commit 33cd7fd

Please sign in to comment.