Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .hlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@
- ignore: {name: "Redundant bracket"}
- ignore: {name: "Use list comprehension"}

# Hlint 3.6.1 has a bug where typed TH splices are not recognized so it reports
# TemplateHaskell as an unused pragma: https://github.com/ndmitchell/hlint/issues/1531
# A fix is merged, but has not yet been released.
# Remove the ignore directive when this commit makes it into a release and is part of haskell-dev-tools.
# https://github.com/ndmitchell/hlint/commit/505a4d57b972f3ba605ad7a59721cef1f3d98a84
- ignore: {name: "Unused LANGUAGE pragma", within: [App.Version.TH, App.Version]}

# Import Preferences
- modules:
- {name: Data.Set, as: Set, message: "Use complete name for qualified import of Set"}
Expand Down
Loading