webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
webkitpy.style.checker.CheckerDispatcher Class Reference
Inheritance diagram for webkitpy.style.checker.CheckerDispatcher:

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)
 

Detailed Description

Supports determining whether and how to check style, based on path.

Member Function Documentation

◆ dispatch()

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.

◆ should_check_and_strip_carriage_returns()

def webkitpy.style.checker.CheckerDispatcher.should_check_and_strip_carriage_returns (   self,
  file_path 
)

◆ should_skip_with_warning()

def webkitpy.style.checker.CheckerDispatcher.should_skip_with_warning (   self,
  file_path 
)
Return whether the given file should be skipped with a warning.

◆ should_skip_without_warning()

def webkitpy.style.checker.CheckerDispatcher.should_skip_without_warning (   self,
  file_path 
)
Return whether the given file should be skipped without a warning.

The documentation for this class was generated from the following file: