We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SourceKitDef.swift
1 parent 1fa4d6a commit a88b2faCopy full SHA for a88b2fa
.swiftlint.yml
@@ -7,6 +7,7 @@ excluded:
7
- Source/SourceKittenFramework/library_wrapper_Documentation.swift
8
- Source/SourceKittenFramework/library_wrapper_Index.swift
9
- Source/SourceKittenFramework/library_wrapper_sourcekitd.swift
10
+ - Source/SourceKittenFramework/SourceKitDef.swift
11
opt_in_rules:
12
- attributes
13
- closure_end_indentation
Templates/AutoEnumNameFix.stencil
@@ -1,6 +1,5 @@
1
import Swift
2
3
-// swiftlint:disable type_body_length function_body_length cyclomatic_complexity file_length
4
public struct SourceKitDef {
5
{% for enum in types.all %}
6
0 commit comments