-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i18nlint: add ignore #265
Comments
This issue has been marked as stale because it hasn't been updated in a while. It will be closed in a week. If you would like it to remain open, can you please comment below and see what you can do to get things moving with this issue? Thanks! 🙏 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i18nlint should have a mechanism to ignore warnings.
xgettext-js (which i18nlint is built on) has a commentPrefix option that we should be able to use to create a custom ignore syntax,
e.g.
commentPrefix: 'i18nlint'
, thenif ( 'ignore:line' === match.comment ) { /* ignore violation */ }
.The text was updated successfully, but these errors were encountered: