Skip to content

Commit d79a746

Browse files
authored
Update buildifier (#311)
This version removed some warnings in place of fixes
1 parent 51945ec commit d79a746

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.buildifier.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
"keyword-positional-params",
3131
"list-append",
3232
"load",
33-
"load-on-top",
3433
"name-conventions",
3534
"native-android",
3635
"native-build",
@@ -40,7 +39,6 @@
4039
"native-proto",
4140
"native-py",
4241
"no-effect",
43-
"out-of-order-load",
4442
"output-group",
4543
"overly-nested-depset",
4644
"package-name",
@@ -52,7 +50,6 @@
5250
"repository-name",
5351
"return-value",
5452
"rule-impl-return",
55-
"same-origin-load",
5653
"skylark-comment",
5754
"skylark-docstring",
5855
"string-iteration",

.trunk/trunk.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ lint:
4040
environment:
4141
- name: PATH
4242
list: ["${linter}"]
43-
known_good_version: 6.1.0
43+
known_good_version: 7.1.0
4444
version_command:
4545
parse_regex: ${semver}
4646
run: buildifier --version
4747
enabled:
4848
49-
- buildifier@6.3.3
49+
- buildifier@7.1.0
5050
5151
- git-diff-check
5252

0 commit comments

Comments
 (0)