analysis_options exclude doesn't work
See original GitHub issue exclude:
- "lib/helpers/viet_calendar.dart"
but still get warning
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
analysis_options exclude isn't working, behavior differs ...
Excluding files still displays analyzer warnings in IntelliJ and in dartanalyzer, but not with flutter analyze Here's my ...
Read more >How can I ignore files with dartanalyzer? - Stack Overflow
As you can see in the docs (https://dart.dev/guides/language/analysis-options) the correct syntax of excluding files from analyzer is:
Read more >Dart: Files excluded in `analysis_options.yaml` are still ...
Expected behavior The IDE should respect the exclude option in analysis_options. yaml by not warning about analysis errors in excluded files.
Read more >Customizing static analysis - Dart
Use the analyzer: entry to customize static analysis: enabling stricter type checks, excluding files, ignoring specific rules, changing the severity of rules, ...
Read more >Customize Static Analysis - Fart programming language
Excluding files. Perhaps you rely on code generated from a package that you don't own—the generated code works, but produces errors during static...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The analyzer should have an option to suppress warnings on excluded files. Optionally, change the error message to to be more informative.
I’ll feedback if it have any problem