forked from ethereum/hevm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.hlint.yaml
31 lines (28 loc) · 1 KB
/
.hlint.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 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
# Warnings currently triggered by your code
- ignore: {name: "Use fewer imports"}
- ignore: {name: "Use if"}
- ignore: {name: "Use newtype instead of data"}
- ignore: {name: "Redundant bracket"}
- ignore: {name: "Reduce duplication"}
- ignore: {name: "Redundant return"}
- ignore: {name: "Use head"}
- ignore: {name: "Use unwords"}
- ignore: {name: "Use <$>"}
- ignore: {name: "Use elem"}
- ignore: {name: "Use infix"}
- ignore: {name: "Use section"}
- ignore: {name: "Move brackets to avoid $"}
- ignore: {name: "Use zipWith"}
- ignore: {name: "Redundant flip"}
- ignore: {name: "Redundant $!"}
- ignore: {name: "Redundant <$>"}
- ignore: {name: "Eta reduce"}
- ignore: {name: "Use underscore"}
- ignore: {name: "Functor law"}
- ignore: {name: "Use record patterns"}
#[ { "ignore": { "within": '**.*' } } ]