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
$ swiftlint lint
…/GridMetrics.swift:1: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)
Environment
SwiftLint version (run swiftlint version to be sure)? 0.40.0
Installation method used (Homebrew, CocoaPods, building from source, etc)? Homebrew
New Issue Checklist
Describe the bug
Given the following in the config
The code below has a warning stating it should be on its own line
$ swiftlint lint …/GridMetrics.swift:1: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)
Environment
swiftlint version
to be sure)? 0.40.0xcodebuild -version
)? Xcode 11, and Xcode 12The text was updated successfully, but these errors were encountered: