diff options
author | David Robillard <d@drobilla.net> | 2012-01-14 22:20:27 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-01-14 22:20:27 +0000 |
commit | a486a15b872b607803ac9dd44a428cd88372560b (patch) | |
tree | 56a0dbe45c5f61d8ff32690b806354e59f3d592d /wscript | |
parent | 9c6d55b0c831370562ced1577fb3d4934cf7dbca (diff) | |
download | sord-a486a15b872b607803ac9dd44a428cd88372560b.tar.gz sord-a486a15b872b607803ac9dd44a428cd88372560b.tar.bz2 sord-a486a15b872b607803ac9dd44a428cd88372560b.zip |
Lint.
git-svn-id: http://svn.drobilla.net/sord/trunk@186 3d64ff67-21c5-427c-a301-fe4f08042e5a
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -197,7 +197,7 @@ def build(bld): bld.add_post_fun(fix_docs) 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/* serd/*', shell=True) + subprocess.call('cpplint.py --filter=+whitespace/comments,-whitespace/tab,-whitespace/braces,-whitespace/labels,-build/header_guard,-readability/casting,-readability/todo,-build/include src/*.* sord/* src/zix/*.*', shell=True) def build_dir(ctx, subdir): if autowaf.is_child(): |