diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2013-05-14 00:48:56 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2013-05-14 00:48:56 +0300 |
| commit | 83f0e6744eb60a57795337228b91e574bab6fbe0 (patch) | |
| tree | 02fae2f2ff23230fcd4d634108f283f5ef345d08 /coredata.py | |
| parent | 4d1ee0b8f2f90378a8a539f080738fde18d0cea0 (diff) | |
| download | meson-83f0e6744eb60a57795337228b91e574bab6fbe0.tar.gz | |
Support for cppcheck.
Diffstat (limited to 'coredata.py')
| -rw-r--r-- | coredata.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coredata.py b/coredata.py index fa0709f8f..aa846ffe6 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): |
