gpt4 book ai didi

android - 如何配置 Lint 忽略 google-services.json?

转载 作者:行者123 更新时间:2023-11-29 02:34:32 25 4
gpt4 key购买 nike

应该如何配置 Lint 以忽略 Firebase 配置文件,尤其是拼写检查? google-services.json 文件位于“app”模块文件夹中。

build.gradle (app)

lintOptions {
lintConfig file('lint.xml')
}

由于 RtlHardcoded 检查已成功禁用,Lint 肯定会选择以下 lint.xml 文件,但 Lint 仍会拼写检查 Firebase json 文件并在 Lint 报告的“Typos”标题下列出几个条目。

<?xml version="1.0" encoding="UTF-8"?>
<lint>
<issue id="RtlHardcoded" severity="ignore" />

<issue id="Typos">
<ignore path="/google-services.json" />
<ignore path="/app/google-services.json" />
<ignore path="**/google-services.json" />
</issue>
</lint>

如何指定忽略路径以便 Lint 忽略 Firebase google-services.json 文件?

最佳答案

您可以为拼写检查创建自定义范围:

https://www.jetbrains.com/help/idea/settings-scopes.html

然后通过 Editor/Inspections 菜单配置拼写范围:

enter image description here

关于android - 如何配置 Lint 忽略 google-services.json?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47832303/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com