Skip to content

Commit 7449904

Browse files
committed
Fix analyzer: exclude example directories from root analysis
1 parent df227d8 commit 7449904

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

analysis_options.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ analyzer:
22
language:
33
strict-casts: true
44
strict-inference: true
5-
strict-raw-types: true
6-
# analyzer:
7-
# exclude:
5+
strict-raw-types: true
6+
exclude:
7+
- example/**
8+
- example_command_results/**
9+
- counter_example/**
810

911
linter:
1012
rules:

0 commit comments

Comments
 (0)