diff options
author | David Robillard <d@drobilla.net> | 2012-04-09 17:44:39 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-04-09 17:44:39 +0000 |
commit | ba65388a9f7e790acf8edb2a591084d16e8382c4 (patch) | |
tree | 5aede4a48a1e6e110e20af1274cc887b82a305d7 /wscript | |
parent | 8aa5cb13862333a784d197e5428fbd7284f0eee0 (diff) | |
download | jalv-ba65388a9f7e790acf8edb2a591084d16e8382c4.tar.gz jalv-ba65388a9f7e790acf8edb2a591084d16e8382c4.tar.bz2 jalv-ba65388a9f7e790acf8edb2a591084d16e8382c4.zip |
Tidy.
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4151 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -116,4 +116,4 @@ def build(bld): bld.install_files('${MANDIR}/man1', bld.path.ant_glob('doc/*.1')) 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/* jalv/*', 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/* jalv/*', shell=True) |