webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Public Member Functions | |
def | should_skip_with_warning (self, file_path) |
def | should_skip_without_warning (self, file_path) |
def | should_check_and_strip_carriage_returns (self, file_path) |
def | dispatch (self, file_path, handle_style_error, min_confidence, commit_queue) |
Supports determining whether and how to check style, based on path.
def webkitpy.style.checker.CheckerDispatcher.dispatch | ( | self, | |
file_path, | |||
handle_style_error, | |||
min_confidence, | |||
commit_queue | |||
) |
Instantiate and return a style checker based on file path.
def webkitpy.style.checker.CheckerDispatcher.should_check_and_strip_carriage_returns | ( | self, | |
file_path | |||
) |
def webkitpy.style.checker.CheckerDispatcher.should_skip_with_warning | ( | self, | |
file_path | |||
) |
Return whether the given file should be skipped with a warning.
def webkitpy.style.checker.CheckerDispatcher.should_skip_without_warning | ( | self, | |
file_path | |||
) |
Return whether the given file should be skipped without a warning.