Skip to content

Commit

Permalink
Enable buildifier skylark-comment (bazelbuild#1869)
Browse files Browse the repository at this point in the history
* Enable buildifier skylark-comment

* Skylark/Starlark
  • Loading branch information
pcj authored May 23, 2021
1 parent 982181c commit 0652537
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
buildifier:
version: 4.0.1
warnings: "-function-docstring-args,-print,-skylark-comment,-provider-params,-unnamed-macro"
warnings: "-function-docstring-args,-print,-provider-params,-unnamed-macro"
bazel: 4.0.0
tasks:
default_workspace_ubuntu1804:
Expand Down
2 changes: 1 addition & 1 deletion container/image.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ _attrs = dicts.add(_layer.attrs, {
"os_version": attr.string(
doc = "The desired OS version to be used in the container image config.",
),
# Skylark doesn't support int_list...
# Starlark doesn't support int_list...
"ports": attr.string_list(
doc = """List of ports to expose.
Expand Down

0 comments on commit 0652537

Please sign in to comment.