Skip to content

Commit

Permalink
build: revise build settings for newer environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashigeru committed Jun 27, 2024
1 parent 884cacf commit f3afc67
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ bugprone-*,\
cert-*,\
-cert-oop54-cpp,\
cppcoreguidelines-*,\
-cppcoreguidelines-avoid-const-or-ref-data-members,\
-cppcoreguidelines-pro-type-const-cast,\
-cppcoreguidelines-avoid-magic-numbers,\
fuchsia-*,\
Expand All @@ -31,13 +32,17 @@ llvm-*,\
-llvm-namespace-comment,\
-llvm-qualified-auto,\
misc-*,\
-misc-const-correctness,\
-misc-include-cleaner,\
-misc-no-recursion,\
-misc-unused-parameters,\
modernize-*,\
-modernize-use-trailing-return-type,\
performance-*,\
readability-*,\
-readability-braces-around-statements,\
-readability-identifier-length,\
-readability-convert-member-functions-to-static,\
-readability-named-parameter,\
-readability-magic-numbers,\
"
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@

# CLion
cmake-build-*
/.clion.*
.idea
*.tokens

0 comments on commit f3afc67

Please sign in to comment.