Skip to content

v0.0.4

Latest
Compare
Choose a tag to compare
@psprings psprings released this 24 Mar 21:17
· 1 commit to main since this release
413557a

Added

  • file-restrictions option to allow for a space-separated list of files instead of iterating over all files in a given directory if not modified. So instead of failing a pull request because a legacy file is not compliant, only fail if a modified file is invalid. Can restrict this to a prefix/path. Will need to be modified in the future as default input path is ./ which wold make file matching invalid when combined with file-restrictions