Update buildifier (#311)

This version removed some warnings in place of fixes
This commit is contained in:
Keith Smiley 2024-04-09 11:13:02 -05:00 committed by GitHub
parent 51945ecbe3
commit d79a746317
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 5 deletions

View File

@ -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",

View File

@ -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