From 56a58a89c1a1bb52dc01d799d1012e5989b0df39 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Sat, 3 Dec 2022 15:44:19 +0400 Subject: [PATCH] Reorder text --- CONTRIBUTING.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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)