-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathanalysis_options.yaml
More file actions
27 lines (23 loc) · 828 Bytes
/
Copy pathanalysis_options.yaml
File metadata and controls
27 lines (23 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# This file configures the analyzer, which statically analyzes Dart code to
# check for errors, warnings, and lints.
#
# The issues identified by the analyzer are surfaced in the UI of Dart-enabled
# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be
# invoked from the command line by running `flutter analyze`.
# The following line activates a set of recommended lints for Flutter apps,
# packages, and plugins designed to encourage good coding practices.
include: package:surf_lint_rules/analysis_options.yaml
formatter:
trailing_commas: preserve
page_width: 100
linter:
rules:
do_not_use_environment: false
sort_pub_dependencies: false
analyzer:
exclude:
- lib/**
- packages/**/*.g.dart
- packages/**/*.freezed.dart
- lib/assets/**
- tools/mason/**/__brick__/**