Skip to content

Commit 723a27c

Browse files
authored
Merge branch 'main' into fix/467-make-retry-delay-configurable-with-validation
2 parents 6ce9e77 + a510c9d commit 723a27c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ Please do not delete the template sections. PRs with empty descriptions or unche
117117

118118
- **Formatting**: Always run `cargo fmt` before committing.
119119
- **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.
120121
- **Security**: All dependencies must be audited. We resolve all `RUSTSEC` advisories immediately.
121122
- **Error Handling**: Prefer the `Result<T>` type defined in `src/error.rs` using `thiserror`.
122123

0 commit comments

Comments
 (0)