Skip to content

Commit

Permalink
Remove unnecessary comment from .clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
matken11235 committed Dec 27, 2018
1 parent 70daf7e commit 47dafd2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .clang-tidy
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'

0 comments on commit 47dafd2

Please sign in to comment.