680845cb1c
Linux build / Determine Swift version (push) Waiting to run
Linux build / Linux compile check (push) Blocked by required conditions
Build containerization / Verify commit signatures (push) Has been skipped
Build containerization / containerization (push) Successful in 0s
28 lines
453 B
TOML
28 lines
453 B
TOML
additionalHeaders = ["scripts/cz-header-style.toml"]
|
|
|
|
headerPath = "scripts/license-header.txt"
|
|
|
|
includes = [
|
|
"Makefile",
|
|
"*.Makefile",
|
|
"*.swift",
|
|
"*.h",
|
|
"*.cpp",
|
|
"*.c",
|
|
"*.sh",
|
|
]
|
|
|
|
excludes = [
|
|
"Sources/ContainerizationArchive/CArchive/include",
|
|
]
|
|
|
|
[git]
|
|
attrs = 'enable'
|
|
ignore = 'enable'
|
|
|
|
[properties]
|
|
copyrightOwner = "Apple Inc. and the Containerization project authors"
|
|
|
|
[mapping.SWIFT_STYLE]
|
|
extensions = ["swift"]
|