Skip to content

Commit

Permalink
Suppress all hlint warnings by default.
Browse files Browse the repository at this point in the history
We have not made a project-level decision about what style choices to
enforce, so let's reflect that in the place at least some editing
setups will look.
  • Loading branch information
axch committed Jun 3, 2022
1 parent 4cd297b commit 1eadb23
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
@@ -1,2 +1,2 @@
- arguments: [--color]
- ignore: {name: "Use fmap"}
- ignore: {}

0 comments on commit 1eadb23

Please sign in to comment.