swift-server / swift-aws-lambda-runtime

Swift implementation of AWS Lambda Runtime
Apache License 2.0
1.14k stars 102 forks source link

ignore swift files part of docc #307

Closed sebsto closed 1 year ago

sebsto commented 1 year ago

Ignore swift files part of docc

Motivation:

Fix for issue https://github.com/swift-server/swift-aws-lambda-runtime/issues/306

Modifications:

scripts/soundness.sh ignores .swift files in the Documentation.docc directories.

Result:

Swift code snippets that are part of the Documentation.docc directory are not required to have a license header.