Medial Code Documentation
Loading...
Searching...
No Matches
Public Member Functions | Data Fields | Static Protected Member Functions
lint.LintHelper Class Reference
Inheritance diagram for lint.LintHelper:

Public Member Functions

 __init__ (self)
 
 process_cpp (self, path, suffix)
 
 process_python (self, path)
 
 print_summary (self, strm)
 

Data Fields

 project_name
 
 cpp_header_map
 
 cpp_src_map
 
 python_map
 
 pylint_opts
 
 pylint_cats
 

Static Protected Member Functions

 _print_summary_map (strm, result_map, ftype)
 

Detailed Description

Class to help runing the lint and records summary

Member Function Documentation

◆ _print_summary_map()

lint.LintHelper._print_summary_map (   strm,
  result_map,
  ftype 
)
staticprotected
Print summary of certain result map.

◆ print_summary()

lint.LintHelper.print_summary (   self,
  strm 
)
Print summary of lint.

◆ process_cpp()

lint.LintHelper.process_cpp (   self,
  path,
  suffix 
)
Process a cpp file.

◆ process_python()

lint.LintHelper.process_python (   self,
  path 
)
Process a python file.

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