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 - Will produce a warning:
Sources/SwiftProtobuf/Message.swift:46:16: warning: [DontRepeatTypeInStaticProperties] remove the suffix 'Message' from the name of the variable 'protoMessageName'
The error message says to remove the suffix 'Message', but the variable isn't a suffixed with 'Message'. The check must be doing an contains on the name. Not sure if the impl or the error message is wrong.
The text was updated successfully, but these errors were encountered:
Checkout https://github.com/apple/swift-protobuf @ c9fbc332ed293c64ff70af8d82367ca530dce11c
swift format lint Sources/SwiftProtobuf/Message.swift
- Will produce a warning:The error message says to remove the suffix 'Message', but the variable isn't a suffixed with 'Message'. The check must be doing an
contains
on the name. Not sure if the impl or the error message is wrong.The text was updated successfully, but these errors were encountered: