1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 08:25:19 +03:00

Add Hlint rule to disallow the partial decodeUtf8.

This commit is contained in:
Patrick Thomson 2020-01-16 14:24:27 -05:00
parent a2eaea35b7
commit b81d4049c8

View File

@ -12,6 +12,7 @@
- {name: init, within: []}
- {name: last, within: []}
- {name: fromJust, within: []}
- {name: decodeUtf8, within: []}
# Replace a $ b $ c with a . b $ c
- group: {name: dollar, enabled: true}