Skip to content

Commit

Permalink
[SPEC]: disable functor law linting
Browse files Browse the repository at this point in the history
  • Loading branch information
hellwolf committed Jan 10, 2024
1 parent 20d1786 commit 0c0b2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/spec-haskell/.hlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@

- ignore: {name: Use camelCase}
- ignore: {name: Use newtype instead of data}
- ignore: {name: Functor law Found} # TODO remove this
- ignore: {name: Functor law} # TODO remove this

0 comments on commit 0c0b2ab

Please sign in to comment.