Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbaaf502

Browse files
author
Felipe Zimmerle
committed
Supports WarningCountingShellCommand in cppcheck and vera
WarningCountingShellCommand allow us to have some measurements onthe buildbot waterfall.
1 parent3889434 commitbaaf502

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

‎Makefile.am‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,12 @@ test-regression:
3737
(cd tests&&$(MAKE) test-regression)
3838

3939
cppcheck:
40-
cppcheck. --enable=all --force
40+
cppcheck. --enable=all --force2>&11>&3| sed's/^/warning: /g'1>&2;
4141

4242
check-coding-style:
43-
vera++ -rule L004 -param max-line-length=80`(find. -iname"*.c"; find. -iname"*.h")| xargs`
44-
vera++ -rule L001`(find. -iname"*.c"; find. -iname"*.h")| xargs`
43+
foriin`(find. -iname"*.c"; find. -iname"*.h")`;\
44+
do vera++ -rule L004 -param max-line-length=80$$i2>&11>&3| sed's/^/warning: /g'1>&2;\
45+
vera++ -rule L001$$i2>&11>&3| sed's/^/warning: /g'1>&2;\
46+
done;
4547

4648
.PHONY: test

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp