Skip to content

Commit 1b82149

Browse files
vulderCommit Bot
authored and
Commit Bot
committed
[tool] Remove unfixed clang-tidy warnings to ease use.
NOTRY=true Change-Id: Ia081262a6daf3b819ec919443de5b3ae2483a5a9 Reviewed-on: https://chromium-review.googlesource.com/c/1301373 Commit-Queue: Florian Sattler <[email protected]> Reviewed-by: Marja Hölttä <[email protected]> Cr-Commit-Position: refs/heads/master@{#57012}
1 parent 673955d commit 1b82149

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .clang-tidy

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
modernize-redundant-void-arg,
55
modernize-replace-random-shuffle,
66
modernize-shrink-to-fit,
7-
modernize-use-auto,
7+
# modernize-use-auto,
88
modernize-use-bool-literals,
99
modernize-use-equals-default,
10-
modernize-use-equals-delete,
10+
# modernize-use-equals-delete,
1111
modernize-use-nullptr,
1212
modernize-use-override,
13-
google-build-explicit-make-pair,
13+
# google-build-explicit-make-pair,
1414
google-explicit-constructor,
1515
google-readability-casting'
1616
WarningsAsErrors: ''

0 commit comments

Comments
 (0)