Michael D Kinney 99f84ff473 .pytools/Plugin/LicenseCheck: Use temp directory for git diff output 2 år sedan
..
LicenseCheck.py 99f84ff473 .pytools/Plugin/LicenseCheck: Use temp directory for git diff output 2 år sedan
LicenseCheck_plug_in.yaml eca948f6f3 .pytool/Plugin: Add a plugin LicenseCheck 3 år sedan
Readme.md eca948f6f3 .pytool/Plugin: Add a plugin LicenseCheck 3 år sedan

Readme.md

License Check Plugin

This CiBuildPlugin scans all new added files in a package to make sure code is contributed under BSD-2-Clause-Patent.

Configuration

The plugin can be configured to ignore certain files.

"LicenseCheck": {
    "IgnoreFiles": []
}

IgnoreFiles

OPTIONAL List of file to ignore.