Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit cfcaf0a

Browse files
committed
Bug 1856795 - Enable readability-redundant-member-init r=linter-reviewers,ahal DONTBUILD
Depends on D190002 Differential Revision: https://phabricator.services.mozilla.com/D190008
1 parent 47f944c commit cfcaf0a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/clang-tidy/config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,8 @@ clang_checkers:
276276
reliability: high
277277
- name: readability-redundant-control-flow
278278
reliability: high
279+
- name: readability-redundant-member-init
280+
reliability: high
279281
- name: readability-redundant-preprocessor
280282
reliability: high
281283
- name: readability-redundant-smartptr-get

0 commit comments

Comments
 (0)