Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
CONTRIBUTING: clean up lint and formatting section
Fintan Halpenny committed 3 months ago
commit 04860823db12bcb61e44f8bc7be6f8accf3e1240
parent f000252273ce09785fa7dfdd4790e197ded21e8e
1 file changed +2 -2
modified CONTRIBUTING.md
@@ -44,9 +44,9 @@ Patch formatting follows the same rules as commit formatting. See below.

Always check your code with the linter (`clippy`), by running:

-
    $ cargo clippy --workspace --tests
+
    $ cargo clippy --workspace --all-targets --all-features -- -Dwarnings

-
And make sure your code is formatted with, using:
+
And make sure your code is formatted using:

    $ cargo fmt