-
Notifications
You must be signed in to change notification settings - Fork 69
chore: enforce curly-newline lint rule to comply with COE action item #70
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
chore: enforce curly-newline lint rule to comply with COE action item #70
Conversation
| private readonly cli: (args: string[]) => Promise<number | void>, | ||
| ) {} | ||
| ) { | ||
| } |
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.
ewwwwwww
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.
We looked at this and we cannot enforce this consistently because we want to allow empty statements with comments inside of them.
| * Query input for looking up a load balancer | ||
| */ | ||
| export interface LoadBalancerContextQuery extends LoadBalancerFilter {} | ||
| export interface LoadBalancerContextQuery extends LoadBalancerFilter { |
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.
ewwww again
kaizencc
left a comment
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.
@mrgrain this grabs some function brackets that i think are ugly. is that absolutely necessary or do we just care about the ifs
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license