Skip to content

Commit

Permalink
hlint
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaymankar authored and stefanwire committed May 30, 2024
1 parent 8916ee2 commit 5a3c9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .hlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
- error: { name: Use shutdown, lhs: runSettings, rhs: runSettingsWithShutdown }
- ignore: { name: Use shutdown, within: [
Network.Wai.Utilities.Server, # this is the implementation 'runSettingsWithShutdown'
Federator.Response, # this is just a naming conincidence
Federator.Interpreter, # this is just a naming conincidence
Cannon.Run # we do something similar, but not identical here by hand
] }

Expand Down

0 comments on commit 5a3c9e5

Please sign in to comment.