Skip to content

Commit c4a98f4

Browse files
authored
Merge branch 'master' into pnpm-lock-refactor
2 parents 765569b + 0de9084 commit c4a98f4

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.hlint.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@
33
- ignore: {name: "Redundant bracket"}
44
- ignore: {name: "Use list comprehension"}
55

6-
# Hlint 3.6.1 has a bug where typed TH splices are not recognized so it reports
7-
# TemplateHaskell as an unused pragma: https://github.com/ndmitchell/hlint/issues/1531
8-
# A fix is merged, but has not yet been released.
9-
# Remove the ignore directive when this commit makes it into a release and is part of haskell-dev-tools.
10-
# https://github.com/ndmitchell/hlint/commit/505a4d57b972f3ba605ad7a59721cef1f3d98a84
11-
- ignore: {name: "Unused LANGUAGE pragma", within: [App.Version.TH, App.Version]}
12-
136
# Import Preferences
147
- modules:
158
- {name: Data.Set, as: Set, message: "Use complete name for qualified import of Set"}

0 commit comments

Comments
 (0)