Re-activate a few clang-tidy options.
This commit is contained in:
parent
230e6bfc3b
commit
abadedefc1
2 changed files with 7 additions and 5 deletions
11
.clang-tidy
11
.clang-tidy
|
|
@ -1,12 +1,13 @@
|
|||
Checks:
|
||||
- -*
|
||||
- bugprone-use-after-move
|
||||
- modernize-deprecated-headers
|
||||
# - modernize-redundant-void-arg # TODO Re-activate
|
||||
# - modernize-use-bool-literals # TODO Re-activate
|
||||
- modernize-redundant-void-arg
|
||||
- modernize-use-bool-literals
|
||||
# - modernize-use-default-member-init # TODO Re-activate
|
||||
# - modernize-use-nullptr # TODO Re-activate
|
||||
# - readability-braces-around-statements # TODO Re-activate
|
||||
# - readability-redundant-member-init # TODO Re-activate
|
||||
- modernize-use-nullptr
|
||||
- readability-braces-around-statements
|
||||
- readability-redundant-member-init
|
||||
HeaderFileExtensions: ["", h, hh, hpp, hxx, inc, glsl]
|
||||
ImplementationFileExtensions: [c, cc, cpp, cxx, m, mm, java]
|
||||
HeaderFilterRegex: (core|doc|drivers|editor|main|modules|platform|scene|servers|tests)/
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "core/math/math_funcs_binary.h"
|
||||
#include "core/string/print_string.h"
|
||||
#include "core/string/ustring.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue