We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PSRule will automatically scan files in a repository using -Format File. This process will scan all files recursively in the path.
-Format File
Within a repository there are commonly some files which are generally of little interest such as:
The contents of these files are generally of little consequence and not of interest.
While these files can be excluded via the Input.PathIgnore option it would be easier if these could just be excluded as an option.
Input.PathIgnore
i.e. Input.IgnoreRepositoryCommon
Input.IgnoreRepositoryCommon
The text was updated successfully, but these errors were encountered:
Automatically exclude common repository files microsoft#721
742a8cf
Automatically exclude common repository files #721 (#772)
457e024
Successfully merging a pull request may close this issue.
PSRule will automatically scan files in a repository using
-Format File
. This process will scan all files recursively in the path.Within a repository there are commonly some files which are generally of little interest such as:
The contents of these files are generally of little consequence and not of interest.
While these files can be excluded via the
Input.PathIgnore
option it would be easier if these could just be excluded as an option.i.e.
Input.IgnoreRepositoryCommon
The text was updated successfully, but these errors were encountered: