File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 11include : package:flutter_lints/flutter.yaml
22
3+ analyzer :
4+ exclude :
5+ # Generated files shouldn't really be analyzed. Remove if it becomes a problem.
6+ - " **/*.g.dart"
7+ - " .git/**" # Exclude private git directory
8+ - " build/**" # Exclude generated files in the build directory
9+ - " .dart_tool/**" # Exclude Dart tool-generated files
10+
311linter :
412 rules :
513 public_member_api_docs : true
Original file line number Diff line number Diff line change 99# packages, and plugins designed to encourage good coding practices.
1010include : package:flutter_lints/flutter.yaml
1111
12+ analyzer :
13+ exclude :
14+ # Generated files shouldn't really be analyzed. Remove if it becomes a problem.
15+ - " **/*.g.dart"
16+ - " .git/**" # Exclude private git directory
17+ - " build/**" # Exclude generated files in the build directory
18+ - " .dart_tool/**" # Exclude Dart tool-generated files
19+
1220linter :
1321 # The lint rules applied to this project can be customized in the
1422 # section below to disable rules from the `package:flutter_lints/flutter.yaml`
You can’t perform that action at this time.
0 commit comments