Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.44 KB

contributing.md

File metadata and controls

23 lines (19 loc) · 1.44 KB

Contributing to WASM-operator

Code quality

This project employs several formatters and linters to ensure code consistency and maintain high-quality standards.
Contributors are expected to adhere to these practices and use the tools provided.

Language Formatter / Linter Command
Rust rustfmt (F)
clippy (L)
cargo fmt --all
cargo clippy --all
Go gofmt (F) go fmt
Shell shfmt (F) shfmt
Python Ruff (F+L) ruff format
ruff check
Markdown markdownlint (L) markdownlint '**/*.md'

Tip

These can be setup using VSCode as well