diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1a664e34e6..910db5fcc7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -105,9 +105,12 @@ It is possible to check if your code follows these conventions: * You can [uncrustify] `.c` and `.h` files: ```console - $ uncrustify -c $RIOTBASE/uncrustify-riot.cfg + $ uncrustify -c $RIOTBASE/uncrustify-riot.cfg --no-backup ``` + **Note**: The `--no-backup` flag makes uncrustify *replace* the current file + with a formatted version. + * RIOT provides static test tools to verify the quality of changes (cppcheck, trailing whitespaces, documentation, etc). These tools are wrapped in a single `make` target: `static-test`.