You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lint only the scripts directory in CI with configurable ShellCheck excludes, and document the local command contributors should run before pushing.
Made-with: Cursor
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,6 +117,7 @@ Please do not delete the template sections. PRs with empty descriptions or unche
117
117
118
118
-**Formatting**: Always run `cargo fmt` before committing.
119
119
-**Linting**: We use Clippy. Ensure `cargo clippy --all-targets --all-features -- -D warnings` passes.
120
+
-**Shell scripts**: We lint scripts under `scripts/` with ShellCheck. Run `find scripts -type f -name "*.sh" -print0 | xargs -0 shellcheck -S error` locally.
120
121
-**Security**: All dependencies must be audited. We resolve all `RUSTSEC` advisories immediately.
121
122
-**Error Handling**: Prefer the `Result<T>` type defined in `src/error.rs` using `thiserror`.
0 commit comments