Skip to content

Commit

Permalink
This code doesn't need an assets file
Browse files Browse the repository at this point in the history
  • Loading branch information
bitdivine committed Sep 25, 2024
1 parent 21b7cb9 commit 5d9ee5d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/lint-rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#!/usr/bin/env bash
set -euo pipefail
# Craete an empty assets file, if there is none.
test -e assets.tar.xz || touch assets.tar.xz
# Lint the rust code
cargo clippy --locked --target wasm32-unknown-unknown --all-features -- -D warnings -W clippy::pedantic -A clippy::module-name-repetitions -A clippy::struct-field-names -A clippy::missing_errors_doc

0 comments on commit 5d9ee5d

Please sign in to comment.