Skip to content

Commit

Permalink
Update buildifier (#311)
Browse files Browse the repository at this point in the history
This version removed some warnings in place of fixes
  • Loading branch information
keith authored Apr 9, 2024
1 parent 51945ec commit d79a746
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .buildifier.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"keyword-positional-params",
"list-append",
"load",
"load-on-top",
"name-conventions",
"native-android",
"native-build",
Expand All @@ -40,7 +39,6 @@
"native-proto",
"native-py",
"no-effect",
"out-of-order-load",
"output-group",
"overly-nested-depset",
"package-name",
Expand All @@ -52,7 +50,6 @@
"repository-name",
"return-value",
"rule-impl-return",
"same-origin-load",
"skylark-comment",
"skylark-docstring",
"string-iteration",
Expand Down
4 changes: 2 additions & 2 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d79a746

Please sign in to comment.