1- # This file configures the analyzer, which statically analyzes Dart code to
2- # check for errors, warnings, and lints.
3- #
4- # The issues identified by the analyzer are surfaced in the UI of Dart-enabled
5- # IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be
6- # invoked from the command line by running `flutter analyze`.
7-
8- # The following line activates a set of recommended lints for Flutter apps,
9- # packages, and plugins designed to encourage good coding practices.
101include : package:flutter_lints/flutter.yaml
112
123analyzer :
@@ -15,22 +6,9 @@ analyzer:
156 strict-raw-types : true
167
178linter :
18- # The lint rules applied to this project can be customized in the
19- # section below to disable rules from the `package:flutter_lints/flutter.yaml`
20- # included above or to enable additional rules. A list of all available lints
21- # and their documentation is published at
22- # https://dart-lang.github.io/linter/lints/index.html.
23- #
24- # Instead of disabling a lint rule for the entire project in the
25- # section below, it can also be suppressed for a single line of code
26- # or a specific dart file by using the `// ignore: name_of_lint` and
27- # `// ignore_for_file: name_of_lint` syntax on the line or in the file
28- # producing the lint.
299 rules :
30- - dangling_library_doc_comments
3110 - prefer_final_locals
3211 - prefer_const_declarations
33- # avoid_print: false # Uncomment to disable the `avoid_print` rule
34- # prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule
12+
3513# Additional information about this file can be found at
3614# https://dart.dev/guides/language/analysis-options
0 commit comments