diff options
Diffstat (limited to 'examples/.clang-tidy')
-rw-r--r-- | examples/.clang-tidy | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/.clang-tidy b/examples/.clang-tidy index fdfa4ea..e7e83a6 100644 --- a/examples/.clang-tidy +++ b/examples/.clang-tidy @@ -19,7 +19,6 @@ Checks: > -cppcoreguidelines-pro-bounds-constant-array-index, -cppcoreguidelines-pro-bounds-pointer-arithmetic, -cppcoreguidelines-pro-type-reinterpret-cast, - -cppcoreguidelines-pro-type-static-cast-downcast, -cppcoreguidelines-pro-type-vararg, -fuchsia-default-arguments, -fuchsia-default-arguments-calls, @@ -37,4 +36,4 @@ Checks: > -readability-implicit-bool-conversion, -readability-named-parameter, FormatStyle: file -HeaderFilterRegex: 'pugl/.*|test/.*|examples/.*'
\ No newline at end of file +HeaderFilterRegex: 'pugl/.*|test/.*|examples/.*' |