aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-12 20:17:38 +0000
committerDavid Robillard <d@drobilla.net>2012-04-12 20:17:38 +0000
commit9397371fe3c41a35f81668cdf2e66a8f395e2008 (patch)
tree27afc7a0b1b36e58156fd77d22fd45ca2946bf2e /wscript
parente3e7dcfa043ee95ea419c8407716831e1141d454 (diff)
downloadlv2-9397371fe3c41a35f81668cdf2e66a8f395e2008.tar.xz
Lint.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 546e49e..40535b4 100644
--- a/wscript
+++ b/wscript
@@ -368,4 +368,4 @@ def lint(ctx):
+ glob.glob('lv2/lv2plug.in/ns/ext/*/*.h')
+ glob.glob('lv2/lv2plug.in/ns/extensions/*/*.h')
+ glob.glob('plugins/*/*.c') + glob.glob('plugins/*.*.h')):
- subprocess.call('cpplint.py --filter=+whitespace/comments,-whitespace/tab,-whitespace/braces,-whitespace/labels,-whitespace/blank_line,-build/header_guard,-readability/casting,-readability/todo,-build/include ' + i, shell=True)
+ subprocess.call('cpplint.py --filter=+whitespace/comments,-whitespace/tab,-whitespace/braces,-whitespace/labels,-build/header_guard,-readability/casting,-build/include,-runtime/sizeof ' + i, shell=True)