Skip to content

Commit

Permalink
Enable Unused LANGUAGE pragma hint for HLint.
Browse files Browse the repository at this point in the history
  • Loading branch information
chungyc authored Oct 8, 2024
1 parent d020b88 commit 72f6e21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .hlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
- ignore: {name: "Fuse foldr/map"} # 1 hint
- ignore: {name: "Move brackets to avoid $"} # 8 hints
- ignore: {name: "Redundant ^."} # 2 hints
- ignore: {name: "Unused LANGUAGE pragma"} # 11 hints
- ignore: {name: "Use :"} # 2 hints
- ignore: {name: "Use <$"} # 1 hint
- ignore: {name: "Use <$>"} # 1 hint
Expand Down

0 comments on commit 72f6e21

Please sign in to comment.