Merge "Recognize new clang-tidy android-* warnings."
am: 315761ace1
Change-Id: I516702a4bad35c6a4ec34f33bf42fa004400a860
This commit is contained in:
commit
dafe61c817
|
@ -1807,6 +1807,7 @@ warn_patterns = [
|
||||||
'patterns': [r".*: warning: In file included from .+,"]},
|
'patterns': [r".*: warning: In file included from .+,"]},
|
||||||
|
|
||||||
# warnings from clang-tidy
|
# warnings from clang-tidy
|
||||||
|
group_tidy_warn_pattern('android'),
|
||||||
group_tidy_warn_pattern('cert'),
|
group_tidy_warn_pattern('cert'),
|
||||||
group_tidy_warn_pattern('clang-diagnostic'),
|
group_tidy_warn_pattern('clang-diagnostic'),
|
||||||
group_tidy_warn_pattern('cppcoreguidelines'),
|
group_tidy_warn_pattern('cppcoreguidelines'),
|
||||||
|
|
Loading…
Reference in New Issue