-
Notifications
You must be signed in to change notification settings - Fork 32
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
Support excluding generated files from dartfmt
checks
#169
Comments
Do you get the same when you run |
Turns out it is a duplicate of this The analyzer cli doesn't honor them either. |
dartfmt
checks
Updated the title to reflect the bits that we could change in this repo. Can you expand on your use case for having non-formatted generated Dart files? Typically we set up our code generators to automatically emit formatted output... |
I do not wish to change the generated protocol buffer *.dart files that are produced by https://github.com/dart-lang/protobuf/tree/master/protoc_plugin. It is more than just line length with those files, so |
Is there any work or open issue for dart-lang/sdk for this? |
Is there a way to make
mono_repo presubmit
honor the excluded files of each mono_pkg?I'm getting warnings in generated files that are excluded in analysis_options.yaml.
Same thing happens with the dartfmt task. I'd like to exclude patterns for both these tasks.
The text was updated successfully, but these errors were encountered: