ifw  0.0.1-dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Static Public Attributes | List of all members
wtools.tools.lint.linter Class Reference

Base class for linter tasks. More...

Inheritance diagram for wtools.tools.lint.linter:

Public Member Functions

def runnable_status
 Overridden to allow forced execution even when target is up to date. More...
 
def keyword
 Task execution string to display. More...
 
def run
 Execute configured linter command (self.cmd) More...
 

Static Public Attributes

string color = 'PINK'
 
list vars = []
 

Detailed Description

Base class for linter tasks.

Member Function Documentation

def wtools.tools.lint.linter.keyword (   self)

Task execution string to display.

def wtools.tools.lint.linter.run (   self)

Execute configured linter command (self.cmd)

def wtools.tools.lint.linter.runnable_status (   self)

Overridden to allow forced execution even when target is up to date.

Member Data Documentation

string wtools.tools.lint.linter.color = 'PINK'
static
list wtools.tools.lint.linter.vars = []
static

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