From b9fdaf8a942ea2f79e48e3f735ba8916f3364e70 Mon Sep 17 00:00:00 2001 From: Bond-009 Date: Sun, 6 May 2018 19:07:34 +0200 Subject: Use clang-tidy to check more code conventions (#4214) * Create clang-tidy.sh * Add clang-tidy to circle.yml * Fixed some naming violations Fixes #4164 --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 83d3eaaec..cb520408f 100644 --- a/.gitignore +++ b/.gitignore @@ -111,6 +111,11 @@ Server/cuberite_api.lua Server/official_undocumented.lua Server/NewlyUndocumented.lua Server/.luacheckrc +compile_commands.json # compile.sh folder build-cuberite + +# clang-tidy +tidy-build +run-clang-tidy.py -- cgit v1.2.3