Check-style scripts: fixes
authorTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Wed, 27 Mar 2013 11:46:33 +0000 (12:46 +0100)
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Wed, 27 Mar 2013 13:14:10 +0000 (14:14 +0100)
commit2d439de8212cad4c0abd56a53b62bbcc934673c3
tree733796cf4e41887fc25c53612375969c561f490f
parent3c95de645a7adb05c1d6f7f58ce8062e8f2065f1
Check-style scripts: fixes

-check license can now handle different license
-solved a lot of limitations for check indentation and single definitions on line
-solved some small bugs (did not introduce any new positives or negatives)

Signed-off-by: Timo Lotterbach <timo.lotterbach@bmw-carit.de>
14 files changed:
scripts/check_all_styles.py
scripts/check_class_name.py
scripts/check_consistent_code_style.py
scripts/check_curly_braces_alone_on_line.py
scripts/check_empty_lines.py
scripts/check_header_guards.py
scripts/check_indentation.py
scripts/check_license.py
scripts/check_long_lines.py
scripts/check_single_definition_on_line.py
scripts/check_single_statement_on_line.py
scripts/check_tabbing_and_spacing.py
scripts/common_modules/common.py
scripts/common_modules/config.py