加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
analysis_options.yaml 300 Bytes
一键复制 编辑 原始数据 按行查看 历史
CarGuo 提交于 2024-04-29 10:50 . library_prefixes
include: package:flutter_lints/flutter.yaml
analyzer:
errors:
mixin_inherits_from_not_object: ignore
linter:
rules:
non_constant_identifier_names: false
file_names: false
constant_identifier_names: false
library_private_types_in_public_api: false
library_prefixes: false
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化