-
Notifications
You must be signed in to change notification settings - Fork 5
add formatting tests for go, markdown and yaml #78
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
base: brian.myers/241230/misc
Are you sure you want to change the base?
Conversation
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
16c2fe0 to
0527483
Compare
joneshf-dd
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.
Looks good for Language Tools!
| format_multirun( | ||
| name = "format", | ||
| go = "@go_sdk//:bin/gofmt", | ||
| markdown = ":prettier", | ||
| starlark = "@buildifier_prebuilt//:buildifier", | ||
| yaml = "@aspect_rules_lint//format:yamlfmt", | ||
| ) | ||
|
|
||
| format_test( | ||
| name = "format_test", | ||
| size = "small", | ||
| go = "@go_sdk//:bin/gofmt", | ||
| markdown = ":prettier", | ||
| no_sandbox = True, | ||
| starlark = "@buildifier_prebuilt//:buildifier", | ||
| workspace = "//:WORKSPACE", | ||
| yaml = "@aspect_rules_lint//format:yamlfmt", | ||
| ) |
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.
👏 praise: Heck yes!

WIP