-
-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary comment from .clang-tidy
- Loading branch information
matken11235
committed
Dec 27, 2018
1 parent
70daf7e
commit 47dafd2
Showing
1 changed file
with
0 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
# Enable all checks that are necessary to enforce cppcoreguidelines | ||
# Modify these at your own will! | ||
Checks: '-*,clang-diagnostic-*,clang-analyzer-core.StackAddressEscape,clang-analyzer-code.DivideZero,clang-analyzer-core.NullDereference,clang-analyzer-cplusplus.NewDelete,cppcoreguidelines-*,google-explicit-constructor,hicpp-signed-bitwise,hicpp-exception-baseclass,modernize-use-using,modernize-make-unique,modernize-make-shared,modernize-loop-convert,modernize-use-noexcept,modernize-use-equals-default,modernize-use-equals-delete,modernize-make-unique,modernize-make-shared,misc-new-delete-overloads,bugprone-use-after-move,performance-noexcept-move-constructor,misc-redundant-expression,misc-undelegated-constructor,misc-throw-by-value-catch-by-referencereadability-container-size-empty,readability-simplify-boolean-expr,readability-non-const-parameter' |