You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message: 'SwiftUI @State/@StateObject/@ObservedObject/@EnvironmentObject properties should be private'
189
+
swiftui_environment_private:
190
+
regex: '@Environment\(\\\.\w+\)\s+var'
191
+
message: 'SwiftUI @Environment properties should be private'
178
192
final_class:
179
193
regex: '^class [a-zA-Z\d]+[^{]+\{'
180
-
message: "Classes should be marked as final whenever possible. If you actually need it to be subclassable, just add `// swiftlint:disable:next final_class`."
194
+
message: 'Classes should be marked as final whenever possible. If you actually need it to be subclassable, just add `// swiftlint:disable:next final_class`.'
0 commit comments