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 fb4436c commit a74cf46Copy full SHA for a74cf46
.github/workflows/pull_request.yml
@@ -10,7 +10,6 @@ jobs:
10
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
11
with:
12
license_header_check_project_name: "SwiftAsyncDNSResolver"
13
- yamllint_check_enabled: false
14
api_breakage_check_enabled: false
15
16
unit-tests:
.yamllint.yml
@@ -0,0 +1,11 @@
1
+ignore: |
2
+ Sources/CAsyncDNSResolver/c-ares/
3
+ .cirrus.yml
4
+
5
+extends: default
6
7
+rules:
8
+ line-length: false
9
+ document-start: false
+ truthy:
+ check-keys: false # Otherwise we get a false positive on GitHub action's `on` key
0 commit comments