Bug 1846030 [wpt PR 41229] - CloseWatcher: factor out and expand Esc key tests, a...
[gecko.git] / tools / clang-tidy / test / bugprone-argument-comment.json
blob034f6dbf87e6e40859e50bfd1dc9c3735d26f1a4
2   [
3     "warning",
4     "argument name 'y' in comment does not match parameter name 'x'",
5     "bugprone-argument-comment"
6   ],
7   [
8     "warning",
9     "argument name 'z' in comment does not match parameter name 'y'",
10     "bugprone-argument-comment"
11   ],
12   { "reliability": "high" }