1
1
mirror of https://github.com/github/semantic.git synced 2024-11-23 08:27:56 +03:00

Correct how we silence a lint.

This commit is contained in:
Rob Rix 2019-10-30 14:45:36 -04:00
parent 17fe2b0fe8
commit 50fb1380da
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -23,7 +23,7 @@
- warn: {group: {name: default}}
# Ignore the highly noisy module export list hint
- ignore: {name: Use module export list}
- ignore: {name: Use explicit module export list}
# Ignore some builtin hints
- ignore: {name: Use mappend}