mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
hlint: ignore some things used for readability
[ci skip]
This commit is contained in:
parent
226add41d3
commit
b7d0724b70
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user