Skip to content

Commit

Permalink
BaseTools.ci.yaml: Exclude line ending check
Browse files Browse the repository at this point in the history
Disable line ending checks for BaseTools due to a large number of
files imported from outside the project in the directory.

Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
  • Loading branch information
makubacki authored and kenlautner committed May 9, 2023
1 parent 51e1aef commit c78e233
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions BaseTools/BaseTools.ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
## options defined .pytool/Plugin/UncrustifyCheck
"UncrustifyCheck": {
"AuditOnly": True,
},
"LineEndingCheck": {
"IgnoreFiles": ['*.*']
}
# MU_CHANGE [END]
}

0 comments on commit c78e233

Please sign in to comment.