Skip to content

Release v0.2.4

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Nov 11:53
530f7e8
ignoreLines feature for filtering the input file (#307)

* feature/ignoreLines

###What's done:
 * Added ignoreLines option for Fix plugin.
 * Added tests for ignoreLines and Fix plugin.
 * Added ignoreLines option for Warn plugin.
 * Added tests for ignoreLines and Warn plugin.
 * Implemented copying a file in Warn plugin in order to filter out lines that match any regex from ignoreLines.

(#303)