1 Star 0 Fork 258

gxzmf/flutter_flutter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
analysis_options.yaml 349 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ian Hickson 提交于 2021-10-14 22:03 . Enable more lints (#91642)
include: ../analysis_options.yaml
linter:
rules:
avoid_print: false # We use prints as debugging tools here a lot.
# Tests try to throw and catch things in exciting ways all the time, so
# we disable these lints for the tests.
only_throw_errors: false
avoid_catching_errors: false
avoid_catches_without_on_clauses: false
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gxzmf/flutter_flutter.git
[email protected]:gxzmf/flutter_flutter.git
gxzmf
flutter_flutter
flutter_flutter
master

搜索帮助