webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
webkitpy.style.checkers.contributors.ContributorsChecker Class Reference
Inheritance diagram for webkitpy.style.checkers.contributors.ContributorsChecker:
webkitpy.style.checkers.jsonchecker.JSONChecker

Public Member Functions

def __init__ (self, file_path, handle_style_error)
 
def check (self, lines)
 
- Public Member Functions inherited from webkitpy.style.checkers.jsonchecker.JSONChecker
def __init__ (self, file_path, handle_style_error)
 
def check (self, lines)
 

Additional Inherited Members

- Static Public Member Functions inherited from webkitpy.style.checkers.jsonchecker.JSONChecker
def line_number_from_json_exception (error)
 
- Static Public Attributes inherited from webkitpy.style.checkers.jsonchecker.JSONChecker
 categories = set(('json/syntax',))
 

Detailed Description

Processes contributors.json lines

Constructor & Destructor Documentation

◆ __init__()

def webkitpy.style.checkers.contributors.ContributorsChecker.__init__ (   self,
  file_path,
  handle_style_error 
)

Member Function Documentation

◆ check()

def webkitpy.style.checkers.contributors.ContributorsChecker.check (   self,
  lines 
)

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