Skip to content
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

add aspect-cli lint command #1

Merged
merged 1 commit into from
Oct 6, 2023
Merged

add aspect-cli lint command #1

merged 1 commit into from
Oct 6, 2023

Conversation

jbedard
Copy link
Member

@jbedard jbedard commented Oct 3, 2023

No description provided.

}

func (plugin *LintPlugin) findLintResultFiles(streams ioutils.Streams, bazelStartupArgs []string) ([]string, error) {
// TODO: use bazel query
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actually the TODO should be to watch the build event stream as it goes by, I expect linting actions along with their output paths (including for cache hits) will be reported.

@jbedard jbedard force-pushed the aspect_cli branch 3 times, most recently from 2e5b442 to 6631dc0 Compare October 6, 2023 22:46
@jbedard jbedard marked this pull request as ready for review October 6, 2023 22:49
@jbedard jbedard merged commit 9d73060 into main Oct 6, 2023
3 of 12 checks passed
@alexeagle alexeagle deleted the aspect_cli branch October 19, 2023 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants