Skip to content

Commit

Permalink
Stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernthedev committed Dec 20, 2023
1 parent 3d07f90 commit ae61c50
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
29 changes: 27 additions & 2 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,31 @@ Checks: "*,-llvm*,
-hicpp-vararg,
-cppcoreguidelines-pro-bounds-constant-array-index,
-google-build-using-namespace,
-abseil-string-find-str-contains"
-abseil-string-find-str-contains
clang-diagnostic-*,
-bugprone-unchecked-optional-access,
clang-analyzer-*,
fuchsia-statically-constructed-objects,
*,
-llvmlibc-callee-namespace,
-readability-identifier-length,
-llvmlibc-implementation-in-namespace,
-llvmlibc-restrict-system-libc-headers,
-llvm-namespace-comment,
-llvm-include-order,
-altera-*,
-fuchsia-*,
-modernize-use-trailing-return-type,
-cppcoreguidelines-avoid-non-const-global-variables,
-llvm-header-guard,
-cppcoreguidelines-macro-usage,
-cppcoreguidelines-pro-type-vararg,
-cppcoreguidelines-avoid-do-while,
-hicpp-vararg,
-concurrency-mt-unsafe,
-abseil-*
"
FormatStyle: file
HeaderFilterRegex: "^(?!extern).+$" #'./include/*.hpp,./shared/*.hpp'
HeaderFilterRegex: ""
AnalyzeTemporaryDtors: false

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

#include "UnityEngine/ParticleSystem.hpp"
#include "UnityEngine/MonoBehaviour.hpp"
#include "UnityEngine/Color.hpp"

#include "GlobalNamespace/SaberModelController.hpp"
#include "GlobalNamespace/ColorManager.hpp"
Expand Down

0 comments on commit ae61c50

Please sign in to comment.