Skip to content

Commit

Permalink
Some custom hlint rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Aug 25, 2021
1 parent 90c9c16 commit 475eb23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .hlint.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
- modules:
- {name: [Data.Set, Data.HashSet], as: S}
- {name: [Data.Map, Data.Map.*], as: M}

- error: {lhs: map subExpRes, rhs: subExpsRes}
- error: {lhs: map varRes, rhs: varsRes}

1 comment on commit 475eb23

@Munksgaard
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

Please sign in to comment.