Skip to content

Commit

Permalink
add a hlint rule for fromString . toFilePath
Browse files Browse the repository at this point in the history
  • Loading branch information
kadoban committed Aug 29, 2017
1 parent a57ccf3 commit 76de61a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .hlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,7 @@
"Stack.Docker"
]
}

# Pretty-printing
- error: {lhs: "fromString . toFilePath", rhs: "display"}
- ignore: {name: "Use display", within: "warnMultiple"}

0 comments on commit 76de61a

Please sign in to comment.