hlint: ignore some things used for readability

[ci skip]
This commit is contained in:
Simon Michael 2019-02-14 03:56:00 -08:00
parent 226add41d3
commit b7d0724b70

View File

@ -48,6 +48,9 @@
# - ignore: {name: Use const, within: SpecialModule} # Only within certain modules
- ignore: {name: Use camelCase}
- ignore: {name: Redundant $}
- ignore: {name: Redundant bracket}
- ignore: {name: Redundant do}
# Define some custom infix operators