62 lines
1.2 KiB
JSON
62 lines
1.2 KiB
JSON
{
|
|
"type": "auto",
|
|
"mode": "fix",
|
|
"lint": "fix",
|
|
"warningsList": [
|
|
"attr-applicable_licenses",
|
|
"attr-cfg",
|
|
"attr-license",
|
|
"attr-licenses",
|
|
"attr-non-empty",
|
|
"attr-output-default",
|
|
"attr-single-file",
|
|
"build-args-kwargs",
|
|
"bzl-visibility",
|
|
"confusing-name",
|
|
"constant-glob",
|
|
"ctx-actions",
|
|
"ctx-args",
|
|
"deprecated-function",
|
|
"depset-items",
|
|
"depset-iteration",
|
|
"depset-union",
|
|
"dict-concatenation",
|
|
"dict-method-named-arg",
|
|
"duplicated-name",
|
|
"filetype",
|
|
"git-repository",
|
|
"http-archive",
|
|
"integer-division",
|
|
"keyword-positional-params",
|
|
"list-append",
|
|
"load",
|
|
"name-conventions",
|
|
"native-android",
|
|
"native-build",
|
|
"native-cc",
|
|
"native-java",
|
|
"native-package",
|
|
"native-proto",
|
|
"native-py",
|
|
"no-effect",
|
|
"output-group",
|
|
"overly-nested-depset",
|
|
"package-name",
|
|
"package-on-top",
|
|
"positional-args",
|
|
"print",
|
|
"provider-params",
|
|
"redefined-variable",
|
|
"repository-name",
|
|
"return-value",
|
|
"rule-impl-return",
|
|
"skylark-comment",
|
|
"skylark-docstring",
|
|
"string-iteration",
|
|
"uninitialized",
|
|
"unnamed-macro",
|
|
"unreachable",
|
|
"unused-variable"
|
|
]
|
|
}
|