move-language / move

Apache License 2.0
2.25k stars 679 forks source link

[lint] Apply same linting rules as in aptos-core #997

Closed wrwg closed 1 year ago

wrwg commented 1 year ago

Copies the script ./scripts/rust-lint.sh and aligns flags for formatting and clippy with aptos-core.

This ensures that formatting and linting rules are the same in both repos, simplifying sync with copybara.