Skip to content

Commit 5d1da86

Browse files
committed
chore: add api_guard exclusion for example directory in analysis_options.yaml
1 parent 50be5f7 commit 5d1da86

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

analysis_options.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,8 @@ analyzer:
66
exclude:
77
- "lib/src/**/*.g.dart"
88
- "lib/src/**/*.freezed.dart"
9-
- "lib/src/ui/l10n/*.dart"
9+
- "lib/src/ui/l10n/*.dart"
10+
11+
api_guard:
12+
exclude:
13+
- "example/**"

0 commit comments

Comments
 (0)