1
1
mirror of https://github.com/github/semantic.git synced 2024-12-23 23:11:50 +03:00

Bring in the default hints at a higher severity.

This commit is contained in:
Rob Rix 2018-07-16 09:20:26 -04:00
parent 8a2645b1c0
commit 1884483753

View File

@ -19,6 +19,9 @@
# Generalise map to fmap, ++ to <>
- group: {name: generalise, enabled: true}
# Change the severity of the default group to warning
- warn: {group: {name: default}}
# Ignore some builtin hints
- ignore: {name: Use mappend}
- ignore: {name: Redundant do}