ifw  0.0.1-dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
lint.py File Reference

Classes

class  wtools.tools.lint.linter
 Base class for linter tasks. More...
 

Namespaces

 wtools.tools.lint
 

Functions

def wtools.tools.lint.clang_tidy_execute
 Creates clang-tidy tasks using previously created compile tasks with the features 'c' or 'cxx'. More...
 
def wtools.tools.lint.create_clang_tidy_task
 Create a clang-tidy task for a compile task. More...
 
def wtools.tools.lint.pylint_execute
 Creates pylint tasks for source. More...
 
def wtools.tools.lint.create_pylint_task
 Create pylint task for task generato. More...