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

Commit

Permalink
chore: avoid-global-state, prefer-correct-type-name rule (#641)
Browse files Browse the repository at this point in the history
* chore: avoid-global-state, prefer-correct-type-name rule

* chore: update global excludes
  • Loading branch information
dkrutskikh authored Jan 12, 2022
1 parent c6d909a commit 860ff4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ analyzer:
exclude:
- test/resources/*
- test/resources/unused_files_analyzer/**
- test/resources/unused_l10n_analyzer/**
- test/**/examples/**
language:
strict-inference: true
Expand Down Expand Up @@ -44,6 +45,7 @@ dart_code_metrics:
- test/resources/*
- test/*
rules:
- avoid-global-state
- avoid-unused-parameters
- avoid-unnecessary-type-assertions
- avoid-unnecessary-type-casts
Expand All @@ -56,6 +58,7 @@ dart_code_metrics:
- no-equal-then-else
- no-object-declaration
- prefer-conditional-expressions
- prefer-correct-type-name
- prefer-first
- prefer-last
- prefer-match-file-name:
Expand Down

0 comments on commit 860ff4e

Please sign in to comment.