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 version (run swiftlint version to be sure)? 0.47.1
Installation method used (Homebrew, CocoaPods, building from source, etc)? SwiftPM
Paste your configuration file:
Are you using nested configurations?
If so, paste their relative paths and respective contents.
Which Xcode version are you using (check xcodebuild -version)? Xcode 13.3.1 / Build version 13E500a
Do you have a sample that shows the issue? Run 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.
import Foundation
extensionBundle{privateclass`_`{}classvarmodule:Self{self.init(for: `_`.self)}}
The text was updated successfully, but these errors were encountered:
New Issue Checklist
Describe the bug
Crashed when type name is
_
Complete output when running SwiftLint, including the stack trace and command used
Environment
swiftlint version
to be sure)? 0.47.1If so, paste their relative paths and respective contents.
xcodebuild -version
)? Xcode 13.3.1 / Build version 13E500aecho "[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
.The text was updated successfully, but these errors were encountered: