We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd74127 commit e181199Copy full SHA for e181199
.licenseignore
@@ -1,5 +1,6 @@
1
.gitignore
2
.licenseignore
3
+.swiftformatignore
4
.spi.yml
5
.swift-format
6
.github/*
.swiftformatignore
@@ -0,0 +1,4 @@
+Tests/OpenAPIGeneratorReferenceTests/Resources
+Sources/swift-openapi-generator/Documentation.docc
+Examples/**/Generated/*
+Examples/**/GeneratedSources/*
scripts/check-license-headers.sh
@@ -43,6 +43,7 @@ read -ra PATHS_TO_CHECK_FOR_LICENSE <<< "$( \
43
":(exclude).spi.yml" \
44
":(exclude).swift-format" \
45
":(exclude).licenseignore" \
46
+ ":(exclude).swiftformatignore" \
47
":(exclude).github/*" \
48
":(exclude)CODE_OF_CONDUCT.md" \
49
":(exclude)CONTRIBUTING.md" \
0 commit comments