Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit 860ff4e

Browse files
authored
chore: avoid-global-state, prefer-correct-type-name rule (#641)
* chore: avoid-global-state, prefer-correct-type-name rule * chore: update global excludes
1 parent c6d909a commit 860ff4e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

analysis_options.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ analyzer:
44
exclude:
55
- test/resources/*
66
- test/resources/unused_files_analyzer/**
7+
- test/resources/unused_l10n_analyzer/**
78
- test/**/examples/**
89
language:
910
strict-inference: true
@@ -44,6 +45,7 @@ dart_code_metrics:
4445
- test/resources/*
4546
- test/*
4647
rules:
48+
- avoid-global-state
4749
- avoid-unused-parameters
4850
- avoid-unnecessary-type-assertions
4951
- avoid-unnecessary-type-casts
@@ -56,6 +58,7 @@ dart_code_metrics:
5658
- no-equal-then-else
5759
- no-object-declaration
5860
- prefer-conditional-expressions
61+
- prefer-correct-type-name
5962
- prefer-first
6063
- prefer-last
6164
- prefer-match-file-name:

0 commit comments

Comments
 (0)