1 Star 0 Fork 0

周立强/flutter_app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
analysis_options.yaml 2.33 KB
一键复制 编辑 原始数据 按行查看 历史
煎饼果子 提交于 2022-06-28 14:46 . 至少要让项目能跑起来
# 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:flutter_lints/flutter.yaml
analyzer:
errors:
todo: info
linter:
# The lint rules applied to this project can be customized in the
# section below to disable rules from the `package:flutter_lints/flutter.yaml`
# included above or to enable additional rules. A list of all available lints
# and their documentation is published at
# https://dart-lang.github.io/linter/lints/index.html.
#
# Instead of disabling a lint rule for the entire project in the
# section below, it can also be suppressed for a single line of code
# or a specific dart file by using the `// ignore: name_of_lint` and
# `// ignore_for_file: name_of_lint` syntax on the line or in the file
# producing the lint.
rules:
# avoid_print: false # Uncomment to disable the `avoid_print` rule
# prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule
missing_whitespace_between_adjacent_strings: false # https://dart-lang.github.io/linter/lints/missing_whitespace_between_adjacent_strings.html
prefer_spread_collections: false # https://dart-lang.github.io/linter/lints/prefer_spread_collections.html
avoid_function_literals_in_foreach_calls: false # https://dart-lang.github.io/linter/lints/avoid_function_literals_in_foreach_calls.html
unnecessary_this: false # https://dart-lang.github.io/linter/lints/unnecessary_this.html
unnecessary_string_interpolations: false # https://dart-lang.github.io/linter/lints/unnecessary_string_interpolations.html
constant_identifier_names: false # https://dart-lang.github.io/linter/lints/constant_identifier_names.html
curly_braces_in_flow_control_structures: false # https://dart-lang.github.io/linter/lints/curly_braces_in_flow_control_structures.html
file_names: false
# Additional information about this file can be found at
# https://dart.dev/guides/language/analysis-options
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Dart
1
https://gitee.com/zliqiang/flutter_app.git
git@gitee.com:zliqiang/flutter_app.git
zliqiang
flutter_app
flutter_app
master

搜索帮助