Navigation Menu

Skip to content

Commit

Permalink
Correct how we silence a lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
robrix committed Oct 30, 2019
1 parent 17fe2b0 commit 50fb138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .hlint.yaml
Expand Up @@ -23,7 +23,7 @@
- warn: {group: {name: default}}

# Ignore the highly noisy module export list hint
- ignore: {name: Use module export list}
- ignore: {name: Use explicit module export list}

# Ignore some builtin hints
- ignore: {name: Use mappend}
Expand Down

0 comments on commit 50fb138

Please sign in to comment.