SwiftLint icon indicating copy to clipboard operation
SwiftLint copied to clipboard

Don't trigger `attributes` violation when using `@Sendable`

Open marcelofabri opened this issue 3 years ago • 3 comments

Fixes #3945

marcelofabri avatar Apr 12 '22 22:04 marcelofabri

1003 Warnings
:warning: This PR may need tests.
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Models/Prefs/PrefsInfo.swift:334:12: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Aerial: /Aerial/Source/Views/AerialView.swift:16:7: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Alamofire: /Source/AuthenticationInterceptor.swift:228:13: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Alamofire: /Source/Combine.swift:316:17: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Alamofire: /Source/Combine.swift:466:17: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Alamofire: /Source/Combine.swift:95:17: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Alamofire: /Source/MultipartUpload.swift:32:18: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Alamofire: /Source/NetworkReachabilityManager.swift:117:13: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Alamofire: /Source/Request.swift:1092:13: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Alamofire: /Source/Request.swift:1265:5: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Alamofire: /Source/Request.swift:129:17: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Alamofire: /Source/Request.swift:1550:13: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Alamofire: /Source/Request.swift:193:17: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Firefox: /Client/Frontend/Browser/BrowserPrompts.swift:9:7: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Firefox: /Client/Frontend/Browser/TabDisplayManager.swift:31:7: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Firefox: /Client/Frontend/Browser/TabManager.swift:13:7: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Firefox: /Client/Frontend/Widgets/SearchInputView.swift:16:7: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Firefox: /Client/Helpers/MenuHelper.swift:7:14: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Firefox: /Client/Protocols/Notifiable.swift:7:7: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Firefox: /WidgetKit/OpenTabs/OpenTabsWidget.swift:26:34: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Firefox: /WidgetKit/SearchQuickLinksMedium/SearchQuickLinks.swift:34:5: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Firefox: /WidgetKit/SearchQuickLinksSmall/SmallQuickLink.swift:38:5: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Firefox: /WidgetKit/WidgetKit.swift:12:5: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Kickstarter: /Kickstarter-iOS/Views/Controllers/CreatePasswordTableViewController.swift:31:7: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Kickstarter: /Library/UIColor.swift:15:19: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Kickstarter: /Library/UIColor.swift:6:19: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Moya: /Sources/Moya/Moya+Alamofire.swift:113:5: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Moya: /Sources/Moya/MoyaProvider.swift:87:5: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Nimble: /Sources/Nimble/Adapters/NMBExpectation.swift:149:24: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Nimble: /Sources/Nimble/Matchers/AllPass.swift:72:24: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Nimble: /Sources/Nimble/Matchers/BeAKindOf.swift:60:24: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Nimble: /Sources/Nimble/Matchers/BeAnInstanceOf.swift:50:24: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Nimble: /Sources/Nimble/Matchers/BeCloseTo.swift:93:24: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Nimble: /Sources/Nimble/Matchers/BeEmpty.swift:82:24: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Nimble: /Sources/Nimble/Matchers/BeGreaterThan.swift:34:24: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Nimble: /Sources/Nimble/Matchers/BeGreaterThanOrEqualTo.swift:35:24: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Nimble: /Sources/Nimble/Matchers/BeIdenticalTo.swift:40:24: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Nimble: /Sources/Nimble/Matchers/BeLessThan.swift:33:24: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Nimble: /Sources/Nimble/Matchers/BeLessThanOrEqual.swift:33:24: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Nimble: /Sources/Nimble/Matchers/BeLogical.swift:123:24: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Nimble: /Sources/Nimble/Matchers/BeLogical.swift:130:24: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Nimble: /Sources/Nimble/Matchers/BeLogical.swift:137:24: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Nimble: /Sources/Nimble/Matchers/BeLogical.swift:144:24: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Nimble: /Sources/Nimble/Matchers/BeNil.swift:40:24: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Nimble: /Sources/Nimble/Matchers/BeginWith.swift:43:24: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Nimble: /Sources/Nimble/Matchers/Contain.swift:107:24: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Nimble: /Sources/Nimble/Matchers/ContainElementSatisfying.swift:32:24: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Nimble: /Sources/Nimble/Matchers/EndWith.swift:53:24: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Nimble: /Sources/Nimble/Matchers/Equal.swift:156:24: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Nimble: /Sources/Nimble/Matchers/HaveCount.swift:50:24: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Nimble: /Sources/Nimble/Matchers/Match.swift:16:24: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Nimble: /Sources/Nimble/Matchers/MatcherProtocols.swift:90:14: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Nimble: /Sources/Nimble/Matchers/RaisesException.swift:218:24: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Nimble: /Sources/Nimble/Matchers/SatisfyAllOf.swift:47:24: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Nimble: /Sources/Nimble/Matchers/SatisfyAnyOf.swift:47:24: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Nimble: /Sources/Nimble/Utils/Stringers.swift:145:24: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Nimble: /Tests/NimbleTests/Helpers/utils.swift:80:24: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Nimble: /Tests/NimbleTests/Helpers/utils.swift:84:24: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Nimble: /Tests/NimbleTests/Helpers/utils.swift:88:24: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Quick: /Sources/Quick/Callsite.swift:49:28: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Quick: /Sources/Quick/Example.swift:149:28: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Quick: /Sources/Quick/QuickTestObservation.swift:8:16: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Quick: /Tests/QuickTests/QuickTests/Helpers/QuickSpec+MethodList.swift:6:18: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /Realm/ObjectServerTests/RealmServer.swift:456:24: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /Realm/ObjectServerTests/SwiftObjectServerTests.swift:2840:16: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /Realm/ObjectServerTests/SwiftObjectServerTests.swift:2855:16: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /Realm/ObjectServerTests/SwiftObjectServerTests.swift:2872:16: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /Realm/ObjectServerTests/SwiftObjectServerTests.swift:2903:16: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /Realm/ObjectServerTests/SwiftServerObjects.swift:187:41: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /Realm/ObjectServerTests/SwiftServerObjects.swift:23:41: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /Realm/ObjectServerTests/SwiftServerObjects.swift:40:41: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /Realm/Swift/RLMSupport.swift:27:27: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /Realm/Tests/Swift/RLMSupport.swift:27:27: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /Realm/Tests/SwiftUISyncTestHost/ContentView.swift:364:40: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /Realm/Tests/SwiftUITestHost/SwiftUITestHostApp.swift:183:31: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /Realm/Tests/SwiftUITestHost/SwiftUITestHostApp.swift:210:35: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /Realm/Tests/SwiftUITestHost/SwiftUITestHostApp.swift:211:46: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /Realm/Tests/SwiftUITestHost/SwiftUITestHostApp.swift:222:42: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /Realm/Tests/SwiftUITestHost/SwiftUITestHostApp.swift:234:27: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /Realm/Tests/SwiftUITestHost/SwiftUITestHostApp.swift:253:76: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /Realm/Tests/SwiftUITestHost/SwiftUITestHostApp.swift:282:86: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /Realm/Tests/SwiftUITestHost/SwiftUITestHostApp.swift:310:41: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /Realm/Tests/SwiftUITestHost/SwiftUITestHostApp.swift:312:89: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /Realm/Tests/SwiftUITestHost/SwiftUITestHostApp.swift:72:69: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /RealmSwift/EmbeddedObject.swift:132:22: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:103:26: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:107:26: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:112:26: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:123:26: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:127:26: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:131:26: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:136:26: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:146:26: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:150:26: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:154:26: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:158:26: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:170:26: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:174:26: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:178:26: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:182:26: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:191:26: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:197:26: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:206:26: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:209:26: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:218:26: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:221:26: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:234:26: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:237:26: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:242:26: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:251:26: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:257:26: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:36:26: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:40:26: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:44:26: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:48:26: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:58:26: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:62:26: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:66:26: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:70:26: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:80:26: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:84:26: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:88:26: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:92:26: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /RealmSwift/List.swift:214:17: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /RealmSwift/List.swift:228:33: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /RealmSwift/Map.swift:646:17: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: This PR introduced a violation in Realm: /RealmSwift/Map.swift:657:33: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: Danger found 1003 violations with this PR. Due to GitHub's max issue comment size, the number shown has been truncated to 128.
469 Messages
:book: Linting Aerial with this PR took 0.98s vs 0.97s on master (1% slower)
:book: Linting Alamofire with this PR took 1.12s vs 1.1s on master (1% slower)
:book: Linting Firefox with this PR took 4.21s vs 4.13s on master (1% slower)
:book: Linting Kickstarter with this PR took 7.48s vs 7.37s on master (1% slower)
:book: Linting Moya with this PR took 4.41s vs 4.41s on master (0% slower)
:book: Linting Nimble with this PR took 0.41s vs 0.4s on master (2% slower)
:book: Linting Quick with this PR took 0.17s vs 0.17s on master (0% slower)
:book: Linting Realm with this PR took 10.31s vs 9.71s on master (6% slower)
:book: Linting SourceKitten with this PR took 0.33s vs 0.33s on master (0% slower)
:book: Linting Sourcery with this PR took 2.04s vs 2.03s on master (0% slower)
:book: Linting Swift with this PR took 3.17s vs 3.17s on master (0% slower)
:book: Linting WordPress with this PR took 7.55s vs 7.53s on master (0% slower)
:book: This PR fixed a violation in Kickstarter: /Library/UIColor.swift:15:12: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Kickstarter: /Library/UIColor.swift:6:12: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Nimble: /Sources/Nimble/Adapters/NMBExpectation.swift:149:18: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Nimble: /Sources/Nimble/Matchers/AllPass.swift:72:18: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Nimble: /Sources/Nimble/Matchers/BeAKindOf.swift:60:18: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Nimble: /Sources/Nimble/Matchers/BeAnInstanceOf.swift:50:18: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Nimble: /Sources/Nimble/Matchers/BeCloseTo.swift:93:18: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Nimble: /Sources/Nimble/Matchers/BeEmpty.swift:82:18: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Nimble: /Sources/Nimble/Matchers/BeGreaterThan.swift:34:18: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Nimble: /Sources/Nimble/Matchers/BeGreaterThanOrEqualTo.swift:35:18: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Nimble: /Sources/Nimble/Matchers/BeIdenticalTo.swift:40:18: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Nimble: /Sources/Nimble/Matchers/BeLessThan.swift:33:18: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Nimble: /Sources/Nimble/Matchers/BeLessThanOrEqual.swift:33:18: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Nimble: /Sources/Nimble/Matchers/BeLogical.swift:123:18: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Nimble: /Sources/Nimble/Matchers/BeLogical.swift:130:18: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Nimble: /Sources/Nimble/Matchers/BeLogical.swift:137:18: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Nimble: /Sources/Nimble/Matchers/BeLogical.swift:144:18: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Nimble: /Sources/Nimble/Matchers/BeNil.swift:40:18: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Nimble: /Sources/Nimble/Matchers/BeginWith.swift:43:18: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Nimble: /Sources/Nimble/Matchers/Contain.swift:107:18: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Nimble: /Sources/Nimble/Matchers/ContainElementSatisfying.swift:32:18: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Nimble: /Sources/Nimble/Matchers/EndWith.swift:53:18: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Nimble: /Sources/Nimble/Matchers/Equal.swift:156:18: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Nimble: /Sources/Nimble/Matchers/HaveCount.swift:50:18: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Nimble: /Sources/Nimble/Matchers/Match.swift:16:18: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Nimble: /Sources/Nimble/Matchers/RaisesException.swift:218:18: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Nimble: /Sources/Nimble/Matchers/SatisfyAllOf.swift:47:18: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Nimble: /Sources/Nimble/Matchers/SatisfyAnyOf.swift:47:18: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Nimble: /Sources/Nimble/Utils/Stringers.swift:145:18: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Nimble: /Tests/NimbleTests/Helpers/utils.swift:80:18: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Nimble: /Tests/NimbleTests/Helpers/utils.swift:84:18: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Nimble: /Tests/NimbleTests/Helpers/utils.swift:88:18: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Quick: /Sources/Quick/Callsite.swift:49:21: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Quick: /Sources/Quick/Example.swift:149:21: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Quick: /Tests/QuickTests/QuickTests/Helpers/QuickSpec+MethodList.swift:6:11: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /Realm/ObjectServerTests/RealmServer.swift:456:18: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /Realm/Swift/RLMSupport.swift:27:21: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /Realm/Tests/Swift/RLMSupport.swift:27:21: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/EmbeddedObject.swift:132:16: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/EmbeddedObject.swift:137:16: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:103:20: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:107:20: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:112:20: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:123:20: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:127:20: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:131:20: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:136:20: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:146:20: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:150:20: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:154:20: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:158:20: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:170:20: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:174:20: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:178:20: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:182:20: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:191:20: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:197:20: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:206:20: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:209:20: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:218:20: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:221:20: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:234:20: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:237:20: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:242:20: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:251:20: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:257:20: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:36:20: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:40:20: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:44:20: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:48:20: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:58:20: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:62:20: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:66:20: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:70:20: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:80:20: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:84:20: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:88:20: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/Impl/PropertyAccessors.swift:92:20: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/List.swift:214:11: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/List.swift:228:27: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/Map.swift:646:11: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/Map.swift:657:27: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/MutableSet.swift:192:11: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/MutableSet.swift:203:27: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/Object.swift:157:16: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/Object.swift:168:16: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/Object.swift:180:16: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/Object.swift:185:16: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/SwiftUI.swift:1413:39: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/SwiftUI.swift:1422:34: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/SwiftUI.swift:1710:46: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Realm: /RealmSwift/SwiftUI.swift:1714:41: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/AsyncStreamBuffer.swift:108:15: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/AsyncStreamBuffer.swift:341:15: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/MainActor.swift:31:10: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/Task.swift:232:10: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/Task.swift:839:10: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Swift: /stdlib/public/Concurrency/Task.swift:913:10: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Swift: /stdlib/public/Differentiation/AnyDifferentiable.swift:183:3: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Swift: /stdlib/public/Differentiation/AnyDifferentiable.swift:300:10: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Swift: /stdlib/public/core/ASCII.swift:22:10: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Swift: /stdlib/public/core/Bitset.swift:200:12: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Swift: /stdlib/public/core/Bitset.swift:291:12: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Swift: /stdlib/public/core/Bitset.swift:299:12: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Swift: /stdlib/public/core/BridgeObjectiveC.swift:488:10: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Swift: /stdlib/public/core/BridgeObjectiveC.swift:503:10: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Swift: /stdlib/public/core/BridgeObjectiveC.swift:703:3: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Swift: /stdlib/public/core/BridgeStorage.swift:94:3: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Swift: /stdlib/public/core/CTypes.swift:152:10: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Swift: /stdlib/public/core/CTypes.swift:160:10: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Swift: /stdlib/public/core/CTypes.swift:167:10: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Swift: /stdlib/public/core/CTypes.swift:175:10: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Swift: /stdlib/public/core/Character.swift:217:10: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Swift: /stdlib/public/core/Character.swift:225:10: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Swift: /stdlib/public/core/CommandLine.swift:27:12: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Swift: /stdlib/public/core/CommandLine.swift:35:12: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Swift: /stdlib/public/core/DictionaryStorage.swift:196:12: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Swift: /stdlib/public/core/Diffing.swift:205:29: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Swift: /stdlib/public/core/FloatingPoint.swift:1644:10: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Swift: /stdlib/public/core/FloatingPoint.swift:1741:10: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Swift: /stdlib/public/core/Hasher.swift:310:12: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Swift: /stdlib/public/core/Hasher.swift:320:12: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Swift: /stdlib/public/core/Integers.swift:147:3: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Swift: /stdlib/public/core/Integers.swift:3411:10: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Swift: /stdlib/public/core/Integers.swift:3489:10: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Swift: /stdlib/public/core/Integers.swift:3495:10: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:book: This PR fixed a violation in Swift: /stdlib/public/core/Integers.swift:3526:10: warning: Attributes Violation: Attributes should be on their own lines in functions and types, but on the same line as variables and imports. (attributes)
:warning: Danger found 469 violations with this PR. Due to GitHub's max issue comment size, the number shown has been truncated to 139.

Generated by :no_entry_sign: Danger

SwiftLintBot avatar Apr 12 '22 22:04 SwiftLintBot

Looks like @Sendable can be used in function declarations as well, so need to tweak this

marcelofabri avatar Apr 12 '22 22:04 marcelofabri

Looks like the new warnings are actually legit and fall into some categories that were previously unintentionally ignored:

  • class/static functions
  • Custom property wrappers annotations
  • Protocol declarations

marcelofabri avatar Apr 14 '22 06:04 marcelofabri