summaryrefslogtreecommitdiff
path: root/.pytool/Plugin/EccCheck/Readme.md
blob: 85c439a5edf18bdcead8dd84d6a1aa3e99a91e0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# EFI Coding style Check Plugin

This CiBuildPlugin finds the Ecc issues of newly added code in pull request.

## Configuration

The plugin can be configured to ignore certain files and issues.

"EccCheck": {
        "ExceptionList": [],
        "IgnoreFiles": []
    },
    """

OPTIONAL List of file to ignore.