Skip to content

Commit

Permalink
Ignore "Avoid NonEmpty.unzip" hlint suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
snowleopard committed May 19, 2024
1 parent 68ab064 commit 44e5724
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .hlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,15 @@
# - group: {name: generalise, enabled: true}

# Ignore some builtin hints
# - ignore: {name: Use const, within: SpecialModule} # Only within certain modules

- ignore:
name: Use if
within: Algebra.Graph.Bipartite.AdjacencyMap.Algorithm
# - ignore: {name: Use const, within: SpecialModule} # Only within certain modules

- ignore:
name: Avoid NonEmpty.unzip
within: Algebra.Graph.NonEmpty.AdjacencyMap

# Define some custom infix operators
# - fixity: infixr 3 ~^#^~
Expand Down

0 comments on commit 44e5724

Please sign in to comment.