Merge pull request #26 from koji-1009/chore/lint_rule

chore: Update exclude rule
This commit is contained in:
Koji Wakamiya 2026-01-06 09:33:10 +09:00 committed by GitHub
commit 3513af07f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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: