exclude model.g.dart from linting as it is generated

upgrade-2021-project
Stefan Haslinger 2022-03-03 15:30:48 +01:00
parent 8b3312ce6a
commit 5f725f7e11
2 changed files with 5 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -9,6 +9,10 @@
# packages, and plugins designed to encourage good coding practices.
include: package:flutter_lints/flutter.yaml
analyzer:
exclude:
- lib/model/model.g.dart
linter:
# The lint rules applied to this project can be customized in the
# section below to disable rules from the `package:flutter_lints/flutter.yaml`