Skip to content

Commit 4e27966

Browse files
committed
Merge pull request #1020 from sergv/fix-hlint
Use vanilla buffer file name for hlint command
2 parents 4ab2d8c + 04dc617 commit 4e27966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haskell-checkers.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144

145145
(defun haskell-lint-make-command (file)
146146
"Generates command line for scan"
147-
(concat haskell-lint-command " \"/" file "/\"" " " haskell-lint-options))
147+
(concat haskell-lint-command " \"" file "\"" " " haskell-lint-options))
148148

149149
(defmacro haskell-checkers-setup (type name)
150150
"Performs setup of corresponding checker. Receives two arguments:

0 commit comments

Comments
 (0)