Skip to content

Commit

Permalink
enforce section offset using dummy-comment
Browse files Browse the repository at this point in the history
Buildifier doesn't like blank lines in lists. But blank lines are
important to denoting the end of scope for a commented set of elements.
  • Loading branch information
plobsing authored Nov 4, 2023
1 parent e8bd287 commit 52378a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apko/private/util.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
_reserved_chars = [
# To avoid double-escaping, percent must be handled before any other replacements.
("%", "%25"),

#
(" ", "%20"),
("!", "%21"),
('"', "%22"),
Expand Down

0 comments on commit 52378a8

Please sign in to comment.