Disable haskell-stack-ghc checker in xmonad.hs
Also set "-Wno-missing-signatures" for flycheck-ghc-checker because we don't care about top level signatures not being defined in this file.
This commit is contained in:
parent
8e7e802ef4
commit
f8ac3b6f20
@ -47,3 +47,8 @@ myStartup = do
|
|||||||
-- monitors
|
-- monitors
|
||||||
-- spawn "feh --bg-scale /usr/share/backgrounds/gnome/Blinds.jpg"
|
-- spawn "feh --bg-scale /usr/share/backgrounds/gnome/Blinds.jpg"
|
||||||
spawn "copyq"
|
spawn "copyq"
|
||||||
|
|
||||||
|
-- Local Variables:
|
||||||
|
-- eval: (flycheck-disable-checker 'haskell-stack-ghc)
|
||||||
|
-- flycheck-ghc-args: ("-Wno-missing-signatures")
|
||||||
|
-- End:
|
||||||
|
Loading…
Reference in New Issue
Block a user