Merge pull request #26 from koji-1009/chore/lint_rule
chore: Update exclude rule
This commit is contained in:
commit
3513af07f9
|
|
@ -4,7 +4,7 @@ analyzer:
|
||||||
language:
|
language:
|
||||||
strict-raw-types: true
|
strict-raw-types: true
|
||||||
exclude:
|
exclude:
|
||||||
- '**.g.dart'
|
- '**/*.g.dart'
|
||||||
|
|
||||||
linter:
|
linter:
|
||||||
rules:
|
rules:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue