mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
15b285527a
* Short names for test modules * Lint plugins and `Package.swift` in integration tests * Simplify and merge file groups in Bazel * Move common functions to `TestHelpers`
7 lines
75 B
Swift
7 lines
75 B
Swift
struct MyStruct {}
|
|
class MyClass {}
|
|
|
|
extension Bool {
|
|
func toggle() {}
|
|
}
|