summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-05-11 04:47:49 +0000
committerDavid Robillard <d@drobilla.net>2012-05-11 04:47:49 +0000
commit908a001ea84dcf3a1204746d110068454c637119 (patch)
tree4d1aeab4b42c1bb8a66187a5428fde3a19c3a83c /wscript
parenta04c4965e3df113125b82d1b921043898d60ba6c (diff)
downloadingen-908a001ea84dcf3a1204746d110068454c637119.tar.gz
ingen-908a001ea84dcf3a1204746d110068454c637119.tar.bz2
ingen-908a001ea84dcf3a1204746d110068454c637119.zip
Fix include guards.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4349 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index e260047a..cefc8745 100644
--- a/wscript
+++ b/wscript
@@ -173,4 +173,4 @@ def build(bld):
bld.add_post_fun(autowaf.run_ldconfig)
def lint(ctx):
- subprocess.call('cpplint.py --filter=-whitespace/comments,-whitespace/tab,-whitespace/braces,-whitespace/labels,+build/header_guard,-readability/casting,-readability/todo,-build/namespaces,-whitespace/line_length,-runtime/rtti,-runtime/references,-whitespace/blank_line,-runtime/sizeof,-readability/streams,-whitespace/operators,-whitespace/parens,-build/include_order `find -name *.cpp -or -name *.hpp`', shell=True)
+ subprocess.call('cpplint.py --filter=-whitespace/comments,-whitespace/tab,-whitespace/braces,-whitespace/labels,-build/header_guard,-readability/casting,-readability/todo,-build/namespaces,-whitespace/line_length,-runtime/rtti,-runtime/references,-whitespace/blank_line,-runtime/sizeof,-readability/streams,-whitespace/operators,-whitespace/parens,-build/include `find -name *.cpp -or -name *.hpp`', shell=True)