diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 81dd273..1cb479c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,6 +25,13 @@ The following statements are recommendations, but highly encouraged: * Write tests * Keep lines less than 80 characters long for better experience on split screen +### Things to review periodically + +* `git grep -i fixme` +* `git grep -i todo` +* `git grep -i cppcheck-suppress` +* `git grep -i rubocop:disable` + ### Programming mistakes * Always check documentation, manuals and specifications @@ -62,13 +69,6 @@ Avoid stupid errors with: * Default case in switch statements * Braces (curly brackets) around code blocks -### Things to review periodically - -* `git grep -i fixme` -* `git grep -i todo` -* `git grep -i cppcheck-suppress` -* `git grep -i rubocop:disable` - ### Complicated topics * [Assertions & \_\_attribute\_\_((nonnull))](doc/assert_and_nonnull.md)