package-validator
package-validator copied to clipboard
Requirement: Automation scripts that ONLY write-host/write-debug/echo/write-error / or are empty
@ferventcoder what were your thoughts on what is being checked for here?
Iterate through all lines and check for existence of each of the suggested entries, and if each line has one of them, mark as invalid?
If there is only one line in the file and the line is about write-host, or is commented, this should flag.