aggreact/.hlint.yaml
Yann Esposito (Yogsototh) fa66dd0464
hlint rule
2018-12-11 10:15:10 +01:00

7 lines
339 B
YAML

- ignore: {name: Use String}
- ignore: {name: Redundant id}
- warn: {lhs: identity x, rhs: x, side: not (isTypeApp x), name: Reduntant identity}
- 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}