grep for todo! and dbg! in check_commands and in CI
Some checks failed
Gentoo Utils / build-oci-image (push) Successful in 19s
Gentoo Utils / grep (push) Failing after 2s
Gentoo Utils / check-format (push) Successful in 10s
Gentoo Utils / docs (push) Successful in 13s
Gentoo Utils / build (push) Successful in 23s
Gentoo Utils / test (push) Successful in 27s
Some checks failed
Gentoo Utils / build-oci-image (push) Successful in 19s
Gentoo Utils / grep (push) Failing after 2s
Gentoo Utils / check-format (push) Successful in 10s
Gentoo Utils / docs (push) Successful in 13s
Gentoo Utils / build (push) Successful in 23s
Gentoo Utils / test (push) Successful in 27s
This commit is contained in:
@@ -3,3 +3,4 @@ ninja rustfmt -C build
|
||||
ninja rustdoc -C build
|
||||
ninja clippy -C build
|
||||
ninja test -C build
|
||||
egrep 'todo!|dbg!' $(find src -type f -name '*.rs') && return 1
|
||||
|
||||
Reference in New Issue
Block a user