aboutsummaryrefslogtreecommitdiff
path: root/coredata.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2013-05-14 00:48:56 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2013-05-14 00:48:56 +0300
commit83f0e6744eb60a57795337228b91e574bab6fbe0 (patch)
tree02fae2f2ff23230fcd4d634108f283f5ef345d08 /coredata.py
parent4d1ee0b8f2f90378a8a539f080738fde18d0cea0 (diff)
downloadmeson-83f0e6744eb60a57795337228b91e574bab6fbe0.zip
meson-83f0e6744eb60a57795337228b91e574bab6fbe0.tar.gz
meson-83f0e6744eb60a57795337228b91e574bab6fbe0.tar.bz2
Support for cppcheck.
Diffstat (limited to 'coredata.py')
-rw-r--r--coredata.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/coredata.py b/coredata.py
index fa0709f..aa846ff 100644
--- a/coredata.py
+++ b/coredata.py
@@ -68,6 +68,7 @@ forbidden_target_names = {'clean': None,
'test-valgrind': None,
'install': None,
'build.ninja': None,
+ 'cppcheck': None,
}
class MesonException(Exception):