Skip to content

Commit

Permalink
Add .hlint.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sergv committed Apr 2, 2018
1 parent 7a60229 commit 049f286
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .hlint.yaml
@@ -0,0 +1,24 @@
# HLint configuration file
# https://github.com/ndmitchell/hlint
##########################

# This file contains a template configuration file, which is typically
# placed as .hlint.yaml in the root of your project

# Specify additional command line arguments

- arguments:
[ "--cpp-include=srcinc"
, "--language=GADTs"
, "--language=LambdaCase"
, "--language=MultiWayIf"
, "--language=KindSignatures"
, "--cross"
, "--threads=0"
]

- ignore: {name: "Use camelCase"}
- ignore: {name: "Redundant as"}
- ignore: {name: "Redundant do"}
- ignore: {name: "Redundant return"}
- ignore: {name: "Redundant guard", whithin: "lrdrNameToTextAnn"}

0 comments on commit 049f286

Please sign in to comment.