Skip to content

Commit

Permalink
Remove hspec skip rules from hlint
Browse files Browse the repository at this point in the history
  • Loading branch information
manuphatak committed Jan 2, 2021
1 parent 13a5201 commit 1090e00
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .hlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,8 @@
- { name: [Data.Map, Data.Map.Strict], as: Map }

- error: { lhs: fit, rhs: it }
- error: { lhs: xit, rhs: it }
- error: { lhs: fdescribe, rhs: describe }
- error: { lhs: xdescribe, rhs: describe }
- error: { lhs: fcontext, rhs: context }
- error: { lhs: xcontext, rhs: context }
- error: { lhs: focus $ a, rhs: a }
- error: { lhs: focus . a, rhs: a }

Expand Down

0 comments on commit 1090e00

Please sign in to comment.