Skip to content

Commit a88b2fa

Browse files
committed
Tell swiftlint to ignore SourceKitDef.swift.
1 parent 1fa4d6a commit a88b2fa

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.swiftlint.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ excluded:
77
- Source/SourceKittenFramework/library_wrapper_Documentation.swift
88
- Source/SourceKittenFramework/library_wrapper_Index.swift
99
- Source/SourceKittenFramework/library_wrapper_sourcekitd.swift
10+
- Source/SourceKittenFramework/SourceKitDef.swift
1011
opt_in_rules:
1112
- attributes
1213
- closure_end_indentation

Templates/AutoEnumNameFix.stencil

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import Swift
22

3-
// swiftlint:disable type_body_length function_body_length cyclomatic_complexity file_length
43
public struct SourceKitDef {
54
{% for enum in types.all %}
65

0 commit comments

Comments
 (0)