Releases: helpfulengineering/ok-validate
Releases · helpfulengineering/ok-validate
v0.0.4
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 inputpath
is./
which wold make file matching invalid when combined withfile-restrictions