Browse Source

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

upgrade-2021-project
Stefan Haslinger 1 year ago
parent
commit
5f725f7e11
  1. 2
      .flutter-plugins-dependencies
  2. 4
      analysis_options.yaml

2
.flutter-plugins-dependencies

File diff suppressed because one or more lines are too long

4
analysis_options.yaml

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

Loading…
Cancel
Save