Class: BaseLinter
| Defined in: | node_modules/gulp-coffeelint/node_modules/coffeelint/src/base_linter.coffee | 
Instance Method Summary
- # (void) isObject(obj)
 - # (void) createError(ruleName, attrs = {}) Create an error object for the given rule with the given attributes.
 - # (void) acceptRule(rule)
 - # (void) setupRules(rules) Only rules that have a level of error or warn will even get constructed.
 - # (void) normalizeResult(p, result)
 
Constructor Details
      #
(void)
constructor(source, config, rules)
      
    
Instance Method Details
      #
(void)
isObject(obj)
      
    
      #
(void)
createError(ruleName, attrs = {})
      
    
Create an error object for the given rule with the given attributes.
      #
(void)
acceptRule(rule)
      
    
      #
(void)
setupRules(rules)
      
    
Only rules that have a level of error or warn will even get constructed.
      #
(void)
normalizeResult(p, result)