aspect-cli icon indicating copy to clipboard operation
aspect-cli copied to clipboard

prettier formatting for markdown hurts source readability

Open alexeagle opened this issue 2 years ago • 0 comments

# Tags

The `tags` attribute can appear on any rule, and can have arbitrary values. Some
tags have a special meaning to Bazel, and are listed below.

Tags on test and test_suite rules are useful for categorizing the tests. Tags on
non-test targets are used to control sandboxed execution of genrules and
Starlark actions, and for parsing by humans and/or external tools.

## Tags on test targets:

exclusive run no other test at the same time

is not as readable in a terminal as

Tags
====

The `tags` attribute can appear on any rule, and can have arbitrary values. Some
tags have a special meaning to Bazel, and are listed below.

Tags on test and test_suite rules are useful for categorizing the tests. Tags on
non-test targets are used to control sandboxed execution of genrules and
Starlark actions, and for parsing by humans and/or external tools.

Tags on test targets:
---------------------

exclusive run no other test at the same time

https://github.com/prettier/prettier/issues/6013

maybe we should just fix it in prettier

alexeagle avatar Sep 15 '21 05:09 alexeagle