module Lintrunner
Encapsulates how to execute a lint either through a command line string with a parser or with a plugin
Parsers are responsible for parsing the output of a linter command and returning an array of Lintrunner::Message
for each warning produced
Reporters are responsible for generating the output of lintrunner Default behavior is noop for start, report, and finish
Constants
- VERSION