human-friendly-id-gen/.hlint.yaml
Yann Esposito (Yogsototh) 05e4fb61e2
initial commit
2018-09-02 13:02:08 +02:00

5 lines
223 B
YAML

- 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}