class_delegate_protocol
incorrectly triggering with Xcode 9.1 beta (9B37)
#1856
Labels
bug
Unexpected and reproducible misbehavior.
New Issue Checklist
Bug Report
Complete output when running SwiftLint, including the stack trace and command used
Environment
swiftlint version
to be sure)?If so, paste their relative paths and respective contents.
xcode-select -p
)?echo "[string here]" | swiftlint lint --no-cache --use-stdin --enable-all-rules
to quickly test if your example is really demonstrating the issue. If your example is more
complex, you can use
swiftlint lint --path [file here] --no-cache --enable-all-rules
.More info
Upgrading to 9.1 also started showing (actual) violations of the
colon
rule forprotocol
declarations (I think that's be a good thing). Maybe something changed re: the parse tree for protocols?The text was updated successfully, but these errors were encountered: