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 ef04b8d commit 1c50be9Copy full SHA for 1c50be9
.swiftlint.yml
@@ -0,0 +1 @@
1
+disabled_rules: []
example.swift
@@ -0,0 +1,13 @@
+import Foundation
2
+
3
+class my_class {
4
+ func doSomething( ) {
5
+ let name = "ChatGPT"
6
+ print( "Hello, \(name)" )
7
+ }
8
9
+ func unusedFunction() {
10
+ // This function is never used
11
12
+}
13
0 commit comments