diff options
author | David Robillard <d@drobilla.net> | 2022-09-16 20:03:14 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-09-16 22:31:06 -0400 |
commit | cad9fff2ac4c18051a7013c8854598112853c0b4 (patch) | |
tree | 59274fb1dee6b927f2eaecc85c131259324c98cc /.clang-tidy | |
parent | 60feb44b88a662e3011b5c3c82c7cf3720540b68 (diff) | |
download | chilbert-cad9fff2ac4c18051a7013c8854598112853c0b4.tar.gz chilbert-cad9fff2ac4c18051a7013c8854598112853c0b4.tar.bz2 chilbert-cad9fff2ac4c18051a7013c8854598112853c0b4.zip |
Clean up include guards
Diffstat (limited to '.clang-tidy')
-rw-r--r-- | .clang-tidy | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy index bdc03d3..a6f9e1a 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -20,7 +20,6 @@ Checks: > -google-runtime-int, -google-runtime-references, -hicpp-explicit-conversions, - -llvm-header-guard, -llvmlibc-*, -modernize-use-trailing-return-type, -readability-avoid-const-params-in-decls, |