Skip to content

Commit

Permalink
Remove a disabled test
Browse files Browse the repository at this point in the history
It would be anomalous that Eastwood hit a syntactically broken anyway - it could indicate room for improvement in strategies/etc.
  • Loading branch information
vemv committed Feb 11, 2020
1 parent 5b9ca38 commit b1c488b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/functional/formatting_stack/linters/eastwood.clj
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,6 @@
(let [linter (sut/new {})]
(are [filename expected] (match? expected
(linter/lint! linter [filename]))
;; fixme should return a :reader-exception, currently lost in :note. lint! yields empty list
#_#_"test-resources/invalid_syntax.clj"
(matchers/embeds
[{:level :exception,
:filename "test-resources/invalid_syntax.clj",
:line 3,
:column 2,
:source :eastwood/lint!}])

"test-resources/eastwood_warning.clj"
(matchers/embeds
[{:source :eastwood/def-in-def
Expand Down

0 comments on commit b1c488b

Please sign in to comment.