webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Attributes | List of all members
webkitpy.style.checkers.cmake.CMakeChecker Class Reference
Inheritance diagram for webkitpy.style.checkers.cmake.CMakeChecker:

Public Member Functions

def __init__ (self, file_path, handle_style_error)
 
def check (self, lines)
 

Static Public Attributes

list NO_SPACE_CMDS
 
list ONE_SPACE_CMDS
 

Detailed Description

Processes CMake lines for checking style.

Constructor & Destructor Documentation

◆ __init__()

def webkitpy.style.checkers.cmake.CMakeChecker.__init__ (   self,
  file_path,
  handle_style_error 
)

Member Function Documentation

◆ check()

def webkitpy.style.checkers.cmake.CMakeChecker.check (   self,
  lines 
)

Member Data Documentation

◆ NO_SPACE_CMDS

list webkitpy.style.checkers.cmake.CMakeChecker.NO_SPACE_CMDS
static

◆ ONE_SPACE_CMDS

list webkitpy.style.checkers.cmake.CMakeChecker.ONE_SPACE_CMDS
static
Initial value:
= [
'if', 'else', 'elseif', 'endif',
'foreach', 'endforeach',
'while', 'endwhile',
'break',
]

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