File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ include : package:flutter_lints/flutter.yaml
2+
3+ # Additional information about this file can be found at
4+ # https://dart.dev/guides/language/analysis-options
5+
6+
7+ # # Defines a default set of lint rules enforced for
8+ # # projects at Google. For details and rationale,
9+ # # see https://github.com/dart-lang/pedantic#enabled-lints.
10+ # include: package:pedantic/analysis_options.yaml
11+ #
12+ # # For lint rules and documentation, see http://dart-lang.github.io/linter/lints.
13+ # # Uncomment to specify additional rules.
14+ # linter:
15+ # rules:
16+ # prefer_final_fields: false
17+ # unawaited_futures: false
18+ #
19+ # analyzer:
20+ # exclude:
21+ # - example
22+ # - lib/**/*.g.dart
23+
24+ analyzer :
25+ exclude :
26+ - lib/**/*.g.dart
You can’t perform that action at this time.
0 commit comments