Update buildifier (#311)
This version removed some warnings in place of fixes
This commit is contained in:
parent
51945ecbe3
commit
d79a746317
|
@ -30,7 +30,6 @@
|
|||
"keyword-positional-params",
|
||||
"list-append",
|
||||
"load",
|
||||
"load-on-top",
|
||||
"name-conventions",
|
||||
"native-android",
|
||||
"native-build",
|
||||
|
@ -40,7 +39,6 @@
|
|||
"native-proto",
|
||||
"native-py",
|
||||
"no-effect",
|
||||
"out-of-order-load",
|
||||
"output-group",
|
||||
"overly-nested-depset",
|
||||
"package-name",
|
||||
|
@ -52,7 +50,6 @@
|
|||
"repository-name",
|
||||
"return-value",
|
||||
"rule-impl-return",
|
||||
"same-origin-load",
|
||||
"skylark-comment",
|
||||
"skylark-docstring",
|
||||
"string-iteration",
|
||||
|
|
|
@ -40,13 +40,13 @@ lint:
|
|||
environment:
|
||||
- name: PATH
|
||||
list: ["${linter}"]
|
||||
known_good_version: 6.1.0
|
||||
known_good_version: 7.1.0
|
||||
version_command:
|
||||
parse_regex: ${semver}
|
||||
run: buildifier --version
|
||||
enabled:
|
||||
- actionlint@1.6.25
|
||||
- buildifier@6.3.3
|
||||
- buildifier@7.1.0
|
||||
- checkov@2.4.9
|
||||
- git-diff-check
|
||||
- markdownlint@0.36.0
|
||||
|
|
Loading…
Reference in New Issue