mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 19:31:02 -08:00
Change .clang-tidy to show unused return values for MPS functions
This commit is contained in:
parent
2707df2884
commit
293d54d1c4
1 changed files with 8 additions and 7 deletions
15
.clang-tidy
15
.clang-tidy
|
|
@ -1,9 +1,10 @@
|
|||
---
|
||||
Checks: "bugprone-*,
|
||||
"-bugprone-sizeof-expression",
|
||||
"-bugprone-branch-clone",
|
||||
"-bugprone-easily-swappable-parameters",
|
||||
"
|
||||
WarningsAsErrors: ''
|
||||
Checks: 'clang-diagnostic-*,clang-analyzer-*,bugprone-*'
|
||||
WarningsAsErrors: false
|
||||
HeaderFilterRegex: ''
|
||||
FormatStyle: none
|
||||
AnalyzeTemporaryDtors: false
|
||||
FormatStyle: ''
|
||||
CheckOptions:
|
||||
- key: bugprone-unused-return-value
|
||||
value: 'mps_.*'
|
||||
...
|
||||
Loading…
Add table
Add a link
Reference in a new issue