File tree Expand file tree Collapse file tree 2 files changed +3
-21
lines changed Expand file tree Collapse file tree 2 files changed +3
-21
lines changed Original file line number Diff line number Diff line change 1
- (disable-warning
2
- {:linter :constant-test
3
- :if-inside-macroexpansion-of #{'clojure.test/is}
4
- :within-depth 1
5
- :reason " The `is` macro commonly expands to contain an `if` with a condition that is a constant." })
6
-
7
- (disable-warning
8
- {:linter :constant-test
9
- :if-inside-macroexpansion-of #{'debugger.core/break}
10
- :within-depth 7
11
- :reason " The `break` macro commonly expands to contain an `if` with a condition that is a constant." })
12
-
13
- (disable-warning
14
- {:linter :constant-test
15
- :if-inside-macroexpansion-of #{'clojure.core/cond->}
16
- :within-depth 2
17
- :reason " The `cond->` macro can legitimately contain always-true predicates." })
18
-
19
1
(disable-warning
20
2
{:linter :unused-ret-vals
21
3
:if-inside-macroexpansion-of #{'boot.core/deftask}
Original file line number Diff line number Diff line change 120
120
121
121
:eastwood {:plugins [[jonase/eastwood " 0.3.4" ]]
122
122
:eastwood {:config-files [" eastwood.clj" ]
123
- :exclude-namespaces [cider-nrepl.plugin
124
- cider.tasks
125
- cider.nrepl.test-session]
123
+ ; ; TODO: Add :test-paths once
124
+ ; ; https://github.com/jonase/eastwood/issues/298
125
+ ; ; is resolved
126
126
:namespaces [:source-paths ]}}})
You can’t perform that action at this time.
0 commit comments