mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-23 13:44:33 +02:00
.pytool: Document LicenseCheck and EccCheck
Add an entry in the documentation for the LicenseCheck and EccCheck plugins. Cc: Bret Barkelew <bret.barkelew@microsoft.com> Cc: Sean Brogan <sean.brogan@microsoft.com> Cc: Leif Lindholm <leif@nuviainc.com> Cc: Ard Biesheuvel <ardb+tianocore@kernel.org> Cc: Sami Mujawar <sami.mujawar@arm.com> Signed-off-by: Pierre Gondois <Pierre.Gondois@arm.com> Acked-by: Bret Barkelew <bret.barkelew@microsoft.com> Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
This commit is contained in:
parent
a4cf19597f
commit
ec9683ec0f
@ -254,6 +254,16 @@ Install
|
|||||||
|
|
||||||
More cspell info: https://github.com/streetsidesoftware/cspell
|
More cspell info: https://github.com/streetsidesoftware/cspell
|
||||||
|
|
||||||
|
### License Checking - LicenseCheck
|
||||||
|
|
||||||
|
Scans all new added files in a package to make sure code is contributed under
|
||||||
|
BSD-2-Clause-Patent.
|
||||||
|
|
||||||
|
### Ecc tool - EccCheck
|
||||||
|
|
||||||
|
Run the Ecc tool on the package. The Ecc tool is available in the BaseTools
|
||||||
|
package. It checks that the code complies to the EDKII coding standard.
|
||||||
|
|
||||||
## PyTool Scopes
|
## PyTool Scopes
|
||||||
|
|
||||||
Scopes are how the PyTool ext_dep, path_env, and plugins are activated. Meaning
|
Scopes are how the PyTool ext_dep, path_env, and plugins are activated. Meaning
|
||||||
|
Loading…
x
Reference in New Issue
Block a user