mirror of
https://github.com/touchHLE/touchHLE.git
synced 2026-01-31 01:25:24 +01:00
Add linting script and suppress rustdoc issues that would make it fail
Change-Id: I65f2c630cf10268b910401f3b602f3bd5ca9b0f4
This commit is contained in:
4
dev-scripts/lint.sh
Executable file
4
dev-scripts/lint.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
set -ex
|
||||
cargo clippy
|
||||
cargo doc
|
||||
Reference in New Issue
Block a user