1
0

analysis_options.yaml 927 B

123456789101112131415161718
  1. linter:
  2. # The lint rules applied to this project can be customized in the
  3. # section below to disable rules from the `package:flutter_lints/flutter.yaml`
  4. # included above or to enable additional rules. A list of all available lints
  5. # and their documentation is published at
  6. # https://dart-lang.github.io/linter/lints/index.html.
  7. #
  8. # Instead of disabling a lint rule for the entire project in the
  9. # section below, it can also be suppressed for a single line of code
  10. # or a specific dart file by using the `// ignore: name_of_lint` and
  11. # `// ignore_for_file: name_of_lint` syntax on the line or in the file
  12. # producing the lint.
  13. rules:
  14. # avoid_print: false # Uncomment to disable the `avoid_print` rule
  15. # prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule
  16. # Additional information about this file can be found at
  17. # https://dart.dev/guides/language/analysis-options