We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do more with Rust tests and less with Yaml/Bash.
The point is to make more tests runnable via cargo test (not to use Rust for Rust's sake).
cargo test
shellcheck
dylint/.github/workflows/ci.yml
Line 78 in 7fd2c4d
Line 111 in 7fd2c4d
Necessist uses this approach, e.g., for checking licenses and checking lockfiles.
The new tests should probably go in ci.rs.
The text was updated successfully, but these errors were encountered:
license
sort
update
#1077 is a recent example of such a conversion. Here is a summary of its changes:
cargo-rdme
lint
test
Line 144 in 879ba26
preserves_cleanliness
dylint/cargo-dylint/tests/ci.rs
Lines 125 to 138 in 879ba26
Sorry, something went wrong.
No branches or pull requests
Do more with Rust tests and less with Yaml/Bash.
The point is to make more tests runnable via
cargo test
(not to use Rust for Rust's sake).shellcheck
:dylint/.github/workflows/ci.yml
Line 78 in 7fd2c4d
dylint/.github/workflows/ci.yml
Line 111 in 7fd2c4d
Necessist uses this approach, e.g., for checking licenses and checking lockfiles.
The new tests should probably go in ci.rs.
The text was updated successfully, but these errors were encountered: