Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unit output cleanup #265

Merged
merged 15 commits into from
Dec 31, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update .clang-tidy files
  • Loading branch information
phlptp committed Dec 30, 2022
commit 2f8a6ff8109c65363bd5c0d63e2f33f22f7ab91a
4 changes: 4 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Checks: "
-google-readability-namespace-comments,
llvm-include-order,
modernize*,
-modernize-use-trailing-return-type,
hicpp-*,
-hicpp-use-equals-default,
-hicpp-explicit-conversions,
Expand All @@ -30,6 +31,7 @@ Checks: "
portability-*,
readability-*,
-readability-magic-numbers,
-readability-identifier-length,
performance-*
"

Expand All @@ -41,6 +43,7 @@ WarningsAsErrors: "
-google-readability-namespace-comments,
llvm-include-order,
modernize*,
-modernize-use-trailing-return-type,
hicpp-*,
-hicpp-use-equals-default,
-hicpp-explicit-conversions,
Expand All @@ -58,6 +61,7 @@ WarningsAsErrors: "
portability-*,
readability-*,
-readability-magic-numbers,
-readability-identifier-length,
performance-*
"

Expand Down