Bug 1846030 [wpt PR 41229] - CloseWatcher: factor out and expand Esc key tests, a...
[gecko.git] / tools / clang-tidy / test / modernize-use-equals-delete.json
blobbcb9354149d32b98418c6198aaf7f637643454bd
2   [
3     "warning",
4     "use '= delete' to prohibit calling of a special member function",
5     "modernize-use-equals-delete"
6   ],
7   [
8     "warning",
9     "use '= delete' to prohibit calling of a special member function",
10     "modernize-use-equals-delete"
11   ],
12   [
13     "warning",
14     "use '= delete' to prohibit calling of a special member function",
15     "modernize-use-equals-delete"
16   ],
17   [
18     "warning",
19     "use '= delete' to prohibit calling of a special member function",
20     "modernize-use-equals-delete"
21   ],
22   { "reliability": "high" }