source/.bazelrc

7 lines
314 B
Text

test --test_output=errors
test --test_tag_filters=-known-to-fail
test --keep_going
# 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