about summary refs log tree commit diff
path: root/snippets/haskell-mode/shut up, hlint
diff options
context:
space:
mode:
authorGriffin Smith <root@gws.fyi>2018-09-18T14·18-0400
committerGriffin Smith <root@gws.fyi>2018-09-18T14·18-0400
commit29c7632fd278e6d4228290956534a1195c488fad (patch)
treecaa09f8bb30ea8ef88e1086ea2281311168ae28f /snippets/haskell-mode/shut up, hlint
parent8ba14144a32ee053d7fa27b836c632eed48b6f54 (diff)
Misc haskell stuff, snippets, etc
Diffstat (limited to 'snippets/haskell-mode/shut up, hlint')
-rw-r--r--snippets/haskell-mode/shut up, hlint6
1 files changed, 6 insertions, 0 deletions
diff --git a/snippets/haskell-mode/shut up, hlint b/snippets/haskell-mode/shut up, hlint
new file mode 100644
index 0000000000..fccff1d66f
--- /dev/null
+++ b/snippets/haskell-mode/shut up, hlint
@@ -0,0 +1,6 @@
+# -*- mode: snippet -*-
+# name: shut up, hlint
+# key: dupl
+# expand-env: ((yas-indent-line 'fixed))
+# --
+{-# ANN module ("HLint: ignore Reduce duplication" :: String) #-}
\ No newline at end of file