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
swift format lint \
Sources/SwiftProtobuf/Message.swift \
Tests/SwiftProtobufTests/Test_Extensions.swift
You get:
Sources/SwiftProtobuf/Message.swift:46:16: warning: [DontRepeatTypeInStaticProperties] remove the suffix 'Message' from the name of the variable 'protoMessageName'
/Users/thomasvl/src/github/swift-protobuf/Tests/SwiftProtobufTests/Test_Extensions.swift:97:68: warning: [EndOfLineComment] move end-of-line comment that exceeds the line length
The order of the two arguments doesn't matters, the path to Message.swift is reported as the shortened relative path and Test_Extensions.swift is always reported as a full path instead.
The text was updated successfully, but these errors were encountered:
You get:
The order of the two arguments doesn't matters, the path to
Message.swift
is reported as the shortened relative path andTest_Extensions.swift
is always reported as a full path instead.The text was updated successfully, but these errors were encountered: