From ec9683ec0fe9b3b42ebc8705dfbf63e9fbc96f5f Mon Sep 17 00:00:00 2001 From: Pierre Gondois Date: Wed, 10 Feb 2021 10:03:43 +0000 Subject: .pytool: Document LicenseCheck and EccCheck Add an entry in the documentation for the LicenseCheck and EccCheck plugins. Cc: Bret Barkelew Cc: Sean Brogan Cc: Leif Lindholm Cc: Ard Biesheuvel Cc: Sami Mujawar Signed-off-by: Pierre Gondois Acked-by: Bret Barkelew Reviewed-by: Sami Mujawar --- .pytool/Readme.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.pytool/Readme.md b/.pytool/Readme.md index eca86c6a82..f650550796 100644 --- a/.pytool/Readme.md +++ b/.pytool/Readme.md @@ -254,6 +254,16 @@ Install 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 Scopes are how the PyTool ext_dep, path_env, and plugins are activated. Meaning -- cgit v1.2.3