mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 1415845 - Enable two more clang-tidy checkers: misc-unused-using-decls & misc-argument-comment r=andi
MozReview-Commit-ID: CXjGaqIdHan --HG-- extra : rebase_source : 21dc4763d0a2f183d3946911dfaf5d68c834729c
This commit is contained in:
parent
e16c6fe647
commit
90533210dc
@ -10,12 +10,16 @@ clang_checkers:
|
||||
publish: !!bool yes
|
||||
- name: clang-analyzer-security.*
|
||||
publish: !!bool no
|
||||
- name: misc-argument-comment
|
||||
publish: !!bool yes
|
||||
- name: misc-assert-side-effect
|
||||
publish: !!bool yes
|
||||
- name: misc-suspicious-missing-comma
|
||||
publish: !!bool yes
|
||||
- name: misc-suspicious-semicolon
|
||||
publish: !!bool yes
|
||||
- name: misc-unused-using-decls
|
||||
publish: !!bool yes
|
||||
- name: modernize-avoid-bind
|
||||
publish: !!bool yes
|
||||
- name: modernize-loop-convert
|
||||
|
Loading…
Reference in New Issue
Block a user