Skip to content
Snippets Groups Projects
Commit d858a3ae authored by Hécate Kleidukos's avatar Hécate Kleidukos :hospital: Committed by Marge Bot
Browse files

Linting corrections

* Bring back LANGUAGE pragmas in GHC.IO.Handle.Lock.Windows
* Exclude some modules that are wrongfully reported
parent a91dcb66
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@
# lints that we otherwise want applied elsewhere. Such exceptions are listed
# below.
- ignore: {name: Unused LANGUAGE pragma, within: [GHC.IO.Encoding.CodePage]}
- ignore: {name: Unused LANGUAGE pragma, within: [GHC.IO.Encoding.CodePage, GHC.IO.Handle.Lock.Windows, GHC.Event.KQueue]}
- ignore: {name: Redundant do, within: [GHC.IO.Handle.Text.commitBuffer]}
- ignore: {name: Use fewer imports, within: [GHC.Windows]}
- ignore: {name: Use fewer imports, within: [GHC.Event.Control]}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment