Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion concepts/labels.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,9 @@ file; the name of a file is its pathname relative to the directory containing
the `BUILD` file.

Target names must be composed entirely of characters drawn from the set `a`–`z`,
`A`–`Z`, `0`–`9`, and the punctuation symbols `!%-@^_"#$&'()*-+,;<=>?[]{|}~/.`.
`A`–`Z`, `0`–`9`, and the punctuation symbols
``! \"#$%&'()*+,-./;<=>?@[]^_`{|}~`` (yes, space is allowed, as source files in
packages may contain spaces). Non-ASCII characters are also permitted.

Filenames must be relative pathnames in normal form, which means they must
neither start nor end with a slash (for example, `/foo` and `foo/` are
Expand Down