Remove any/all hlint rules

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/9208
GitOrigin-RevId: fb7fddcedf35acd9e360824399c932a61c9bb18b
This commit is contained in:
Tom Harding 2023-05-18 10:19:39 +01:00 committed by hasura-bot
parent 369bfb73cf
commit 34a46c7f23

View File

@ -123,10 +123,6 @@
################################################################################
# Custom rules
- error: {lhs: maybe False, rhs: any}
- error: {lhs: maybe True, rhs: all}
- error: {lhs: either (const False), rhs: any}
- error: {lhs: either (const True), rhs: all}
- suggest: {lhs: onJust, rhs: for_}
- group: