Go to the source code of this file.
Classes | |
class | check_namespace_qualification.QualificationValidator |
Namespaces | |
check_namespace_qualification | |
Functions | |
def | check_namespace_qualification.load (fpath) |
def | check_namespace_qualification.save (fpath, contents) |
Variables | |
check_namespace_qualification.action | |
check_namespace_qualification.argp | |
check_namespace_qualification.args = argp.parse_args() | |
check_namespace_qualification.default | |
check_namespace_qualification.False | |
string | check_namespace_qualification.FILE_LIST_COMMAND = ' | '.join((git_command, grep_filter)) |
list | check_namespace_qualification.filename_list = [] |
string | check_namespace_qualification.git_command = 'git diff --name-only HEAD' |
string | check_namespace_qualification.grep_filter = r"grep -E '^(include|src|test).*\.(h|cc)$'" |
list | check_namespace_qualification.IGNORED_FILES |
bool | check_namespace_qualification.ok = True |
check_namespace_qualification.ROOT = os.path.abspath(os.path.join(os.path.dirname(sys.argv[0]), '../..')) | |
check_namespace_qualification.validator = QualificationValidator() | |