Skip to content

Commit c841e77

Browse files
committed
ci: exclude example
1 parent 56cc9d9 commit c841e77

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

analysis_options.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,12 @@ linter:
2323
rules:
2424
- public_member_api_docs
2525

26-
# analyzer:
27-
# exclude:
28-
# - path/to/excluded/files/**
26+
analyzer:
27+
exclude:
28+
# 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/**
2932

3033
# For more information about the core and recommended set of lints, see
3134
# https://dart.dev/go/core-lints

0 commit comments

Comments
 (0)