-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Permissions API permissions descriptions linter #6156
Permissions API permissions descriptions linter #6156
Conversation
Thanks for the PR! This linter will be great to have. The API descriptions should be pretty easy to review and merge, and we can get those in without a linter. Can we separate this into two PRs: one with the linter and one with the data? (I can then review the data updates and get those merged right away.) |
- Document existing convention for naming Permissions API permissions - Add linter to enforce this convention - Fix typo in "permissons" caught by linter
I'll rebase this PR to finish splitting off data changes merged in #6162. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea! Some doc suggestions in line comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent. Thank you! 🎉
Fixes #5911.
I have no idea how I made a typo "permissons" in the original #5909 and it slipped through the review, but that perfectly demonstrates the need for linter.