17 lines
543 B
YAML
17 lines
543 B
YAML
# 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
|
|
|
|
- ignore: { name: 'Use :' }
|
|
- ignore: { name: Eta reduce }
|
|
- ignore: { name: Move brackets to avoid $ }
|
|
- ignore: { name: Redundant $ }
|
|
- ignore: { name: Redundant bracket }
|
|
- ignore: { name: Use newtype instead of data }
|
|
- ignore: {name: "Redundant do"}
|
|
- ignore: {name: "Redundant return"}
|
|
- ignore: {name: "Use camelCase"}
|