mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
Stop after one test failure
mypy often fails much faster than pylint
This commit is contained in:
parent
284805f095
commit
c7c1cfac33
1 changed files with 3 additions and 0 deletions
3
.bazelrc
3
.bazelrc
|
@ -20,6 +20,9 @@ test --aspects=@rules_rust//rust:defs.bzl%rust_clippy_aspect --output_groups=+cl
|
||||||
# print output when test fails
|
# print output when test fails
|
||||||
test --test_output=errors
|
test --test_output=errors
|
||||||
|
|
||||||
|
# stop after one test failure
|
||||||
|
test --notest_keep_going
|
||||||
|
|
||||||
# don't add empty __init__.py files
|
# don't add empty __init__.py files
|
||||||
build --incompatible_default_to_explicit_init_py
|
build --incompatible_default_to_explicit_init_py
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue