From 159d4d2e7b272a374c5cfd062a3196dcfb2dd041 Mon Sep 17 00:00:00 2001 From: Matteo Bonacini Date: Sat, 29 May 2021 16:58:45 +0200 Subject: [PATCH] Add clang tidy info in readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a4e8110..f468369 100644 --- a/README.md +++ b/README.md @@ -181,4 +181,7 @@ to run tests, see [Testing](#testing). illegal memory accesses. This program was run through Valgrind Memcheck and is completely devoid of them. 2. This code was run through Clang-Tidy to check for additional warnings. +The configuration used was [CLion default][4] from JetBrains. + +[4]: https://confluence.jetbrains.com/display/CLION/Clang-Tidy+in+CLion%3A+default+configuration