human-friendly-id-gen/.hlint.yaml

6 lines
223 B
YAML
Raw Permalink Normal View History

2018-09-02 11:02:08 +00:00
- ignore: {name: Use String}
- error: {lhs: foldl x, rhs: foldl' x}
- error: {lhs: modifyTVar x, rhs: modifyTVar' x}
- error: {lhs: atomicModifyIORef x, rhs: atomicModifyIORef' x}
- group: {name: generalise, enabled: true}