-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[Analyzer] Test and generated permissions for HuggingFace, Square & Stripe #3294
[Analyzer] Test and generated permissions for HuggingFace, Square & Stripe #3294
Conversation
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.
lgtm!
permissions: | ||
- BANK_ACCOUNTS_READ | ||
- APPOINTMENTS_WRITE | ||
- APPOINTMENTS_ALL_WRITE | ||
- APPOINTMENTS_READ | ||
- APPOINTMENTS_ALL_READ | ||
- APPOINTMENTS_BUSINESS_SETTINGS_READ |
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.
Is there a reason why these are all capitalized? I don't recall any other analyzer doing that.
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.
I think I copied it from somewhere. You are right, all of our analyzers have permissions in small caps. Let me change this one in the name of consistency.
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.
@mcastorina updated the permissions with small caps for consistency.
Description:
This PR includes test and generated enumerated permissions for HuggingFace, Square & Stripe Analyzers.
Checklist:
make test-community
)?make lint
this requires golangci-lint)?