-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Analyzer CLI ignoring analysis options excludes #26212
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
Comments
Seems from the command line excludes from
|
I wanted to point out that in WebStorm it works as expected, and WebStorm doesn't report analyzer warnings from excluded directories. Is there a suggested workaround for this issue? Our CI tests run dartanalyzer to make sure that everything is in order and right now they always fail due to some generated libraries. |
Thanks @enyo. The issue is that the |
Thanks for your reply. Yes that's what I did now: I parse every hint/warning |
@pq looks like |
@pq I'm guessing that @danrubel isn't going to be able to look at this anytime soon. @devoncarew This is now blocking us from running |
Likely due to dart-lang/sdk#26212
Likely due to dart-lang/sdk#26212
* Remove unused import * Only analyze lib and test dirs - work-around for dart-lang/sdk#26212 * enable a few more lints * remove unused field
Which version of dart will ship with this analyzer fix? |
1.25.0-dev.5.0 |
We may need to back-port this to |
Not against it in theory...if we think it'll be helpful |
It's not in |
Not likely. You'll have to get on the |
In WebStorm I don't get any errors shown, but from console I get
Source of the project (Polymer1 branch)
https://github.com/bwu-dart/bwu_datagrid/tree/polymer1
The text was updated successfully, but these errors were encountered: