加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
analysis_options.yaml 444 Bytes
一键复制 编辑 原始数据 按行查看 历史
Joachim Nohl 提交于 2022-09-28 14:54 . Fix lints, melos run format (#1102)
# This is the default analysis_options.yaml for all packages and examples
# If a package needs specific rules, create the analysis_options.yaml on it
# include this file, like:
#
# include: ../../analysis_options.yaml
#
include: package:flutter_lints/flutter.yaml
analyzer:
exclude:
# Ignore generated files
- '**/*.g.dart'
- 'lib/src/generated/*.dart'
linter:
rules:
- prefer_final_in_for_each
- prefer_final_locals
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化