Check in .hlint.yaml for all projects

This commit is contained in:
Tom McLaughlin 2020-06-25 19:22:12 -07:00
parent 01766259ba
commit fb7a3a09e0
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
- ignore: {name: "Redundant bracket"}
- ignore: {name: "Use <$>"}

3
sandwich/.hlint.yaml Normal file
View File

@ -0,0 +1,3 @@
- ignore: {name: "Redundant bracket"}
- ignore: {name: "Use <$>"}