-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Chore: use meta.messages in some rules (2/4) (refs #9870) #10773
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
Conversation
f8c5e02
to
e993ecb
Compare
Closing/reopening to see if the Appveyor build is fixed. (I think I temporarily broke it by enabling OAuth App access restrictions.) edit: It doesn't seem like it worked on this PR, which is strange because it definitely should have access now. Maybe it will work for new PRs. |
Trying again, it seems like Appveyor has two separate OAuth apps ("Appveyor" and "Appveyor CI"). edit: Seems like it worked this time 🎉 |
6e120be
to
e974343
Compare
fbd5867
to
33b849b
Compare
7cb8bca
to
26e7392
Compare
Hi @aladdin-add, what are the next steps here? As an aside, would it be possible to edit the initial post to fill out the PR template? That way we can get some context when reviewing. 😄 Thanks! |
2ea2c0f
to
9f123ed
Compare
9f123ed
to
12f1314
Compare
Signed-off-by: weiran.zsd <weiran.zsd@alibaba-inc.com>
5780538
to
5cf6ece
Compare
I've updated and rebased, could you please take another look at the commit 5780538 ? 😄 |
Thanks for contributing to ESLint! |
What is the purpose of this pull request? (put an "X" next to item)
[ ] Documentation update
[ ] Bug fix (template)
[ ] New rule (template)
[ ] Changes an existing rule (template)
[ ] Add autofixing to a rule
[ ] Add a CLI option
[ ] Add something to the core
[x] Other, please explain:
What changes did you make? (Give an overview)
use messages in some rules, to help to support the localization of error messages.
Is there anything you'd like reviewers to focus on?
I plan to separate it to 4 PRs. temporally disabled the rule, and will enable it when all the changes finished.