aggreact/.hlint.yaml

10 lines
407 B
YAML
Raw Normal View History

2018-12-02 11:33:51 +00:00
- ignore: {name: Use String}
2018-12-11 09:15:10 +00:00
- ignore: {name: Redundant id}
2019-03-18 22:48:21 +00:00
- ignore: {name: Evaluate}
- ignore: {name: Unused LANGUAGE pragma}
2018-12-11 08:54:45 +00:00
- warn: {lhs: identity x, rhs: x, side: not (isTypeApp x), name: Reduntant identity}
2018-12-02 11:33:51 +00:00
- 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}