We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56cc9d9 commit c841e77Copy full SHA for c841e77
analysis_options.yaml
@@ -23,9 +23,12 @@ linter:
23
rules:
24
- public_member_api_docs
25
26
-# analyzer:
27
-# exclude:
28
-# - path/to/excluded/files/**
+analyzer:
+ exclude:
+ # The example references env.g.dart which is produced by build_runner.
29
+ # Without running the generator the file doesn't exist, causing
30
+ # uri_has_not_been_generated errors during static analysis.
31
+ - example/**
32
33
# For more information about the core and recommended set of lints, see
34
# https://dart.dev/go/core-lints
0 commit comments