source/.bazelrc
Reid 'arrdem' McKenzie 21613e9ea5 [NO TESTS] WIP
2021-09-25 00:43:50 -06:00

5 lines
253 B
Text

test --test_output=errors
# To enable flake8 on all build steps, uncomment this -
test --aspects="//tools/flake8:flake8.bzl%flake8_aspect" --output_groups=flake8_checks
test --aspects="//tools/black:black.bzl%black_aspect" --output_groups=black_checks