diff options
author | David Robillard <d@drobilla.net> | 2012-01-14 22:34:35 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-01-14 22:34:35 +0000 |
commit | 95f3345fc62ad8e81b18cdbf50929f5801868fac (patch) | |
tree | db57bd04e5f74b5551eefbad0c40b524da5bc8b9 /wscript | |
parent | 1b9ec3c3973a7df3946c43bb9b404f1e1e770354 (diff) | |
download | lilv-95f3345fc62ad8e81b18cdbf50929f5801868fac.tar.gz lilv-95f3345fc62ad8e81b18cdbf50929f5801868fac.tar.bz2 lilv-95f3345fc62ad8e81b18cdbf50929f5801868fac.zip |
Lint.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3948 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -358,4 +358,4 @@ def test(ctx): autowaf.post_test(ctx, APPNAME) def lint(ctx): - subprocess.call('cpplint.py --filter=+whitespace/comments,-whitespace/tab,-whitespace/braces,-whitespace/labels,-build/header_guard,-readability/casting,-readability/todo,-build/include src/* lilv/*', shell=True) + subprocess.call('cpplint.py --filter=+whitespace/comments,-whitespace/tab,-whitespace/braces,-whitespace/labels,-build/header_guard,-readability/casting,-readability/todo,-build/include,-runtime/sizeof src/* lilv/*', shell=True) |