aspect-cli icon indicating copy to clipboard operation
aspect-cli copied to clipboard

[FR]: 'aspect lint' should launch a setup wizard

Open alexeagle opened this issue 2 months ago • 0 comments

What is the current behavior?

The current install instructions for lint require that developers go read documentation.

Describe the feature

It would make the command easier to adopt if we improve the error messaging a lot. Similar to aspect init we should stamp out the template, and/or:

  • we already check if there are any linters configured in the .aspect/cli/config.yaml
  • check if rules_lint is a dependency, offer to add it (like bazel mod tidy)
  • if there aren't we should check if you have any linting.bzl file, if not then help you create one

alexeagle avatar Apr 20 '24 17:04 alexeagle