Skip to content

Commit e181199

Browse files
committed
Add swiftformatignore file
1 parent cd74127 commit e181199

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.licenseignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.gitignore
22
.licenseignore
3+
.swiftformatignore
34
.spi.yml
45
.swift-format
56
.github/*

.swiftformatignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Tests/OpenAPIGeneratorReferenceTests/Resources
2+
Sources/swift-openapi-generator/Documentation.docc
3+
Examples/**/Generated/*
4+
Examples/**/GeneratedSources/*

scripts/check-license-headers.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ read -ra PATHS_TO_CHECK_FOR_LICENSE <<< "$( \
4343
":(exclude).spi.yml" \
4444
":(exclude).swift-format" \
4545
":(exclude).licenseignore" \
46+
":(exclude).swiftformatignore" \
4647
":(exclude).github/*" \
4748
":(exclude)CODE_OF_CONDUCT.md" \
4849
":(exclude)CONTRIBUTING.md" \

0 commit comments

Comments
 (0)