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

CPLAT-11574: Investigate CLI integration #605

Open
greglittlefield-wf opened this issue Jul 8, 2020 · 0 comments
Open

CPLAT-11574: Investigate CLI integration #605

greglittlefield-wf opened this issue Jul 8, 2020 · 0 comments

Comments

@greglittlefield-wf
Copy link
Contributor

greglittlefield-wf commented Jul 8, 2020

CPLAT-11574

Issue Status

Providing diagnostics in the IDE is valuable, but there's also value in running those diagnostics in CI to ensure a certain set of changes doesn't introduce bad code.

We need to determine whether we can run the plugin from the command-line using existing tooling:

  • dartanalyzer (doesn't work out of the box)
  • tuneup
    There may be special flags or something we need to pass to pull in plugins, if the tool doesn't run plugins out of the box.

If we can't, we should research whether the Dart team plans on supporting that.

If it's not supported and won't be for a while, we may want to follow up with work on a custom tool to run these checks via command-line.

@charliekump-wf charliekump-wf changed the title Investigate CLI integration CPLAT-11574: Investigate CLI integration Jul 8, 2020
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

No branches or pull requests

1 participant