clang tidy template - pisanorg/w GitHub Wiki
# Used by clang-tidy
#
# Save this file as .clang-tidy in the same directory as your source files
#
# Usage: clang-tidy *.cpp -- -std=c++11 -Wall -Wextra -Wno-sign-compare
#
# For explanation of options, see
# https://clang.llvm.org/extra/clang-tidy/checks/list.html
#
#
# Enabled checks followed by any dissabled options such as -bugprone-assert-side-effect
---
Checks: 'bugprone-*,clang-analyzer-cplusplus*,hicpp-*,misc-*,modernize-*,readability-*,-bugprone-assert-side-effect'