aggreact/.hlint.yaml
Yann Esposito (Yogsototh) c16e1f6962
cleaning and read
2019-03-18 23:48:21 +01:00

9 lines
407 B
YAML

- ignore: {name: Use String}
- ignore: {name: Redundant id}
- ignore: {name: Evaluate}
- ignore: {name: Unused LANGUAGE pragma}
- 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}