mirror of
https://github.com/realm/SwiftLint.git
synced 2026-06-06 20:18:40 +00:00
24ec44d288
validating that file names contain the name of a type or extension declared in the file (if any).
7 lines
77 B
Swift
7 lines
77 B
Swift
struct MyStruct {}
|
|
class MyClass {}
|
|
|
|
extension NSString {
|
|
func asdf() {}
|
|
}
|