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
Which Xcode version are you using (check xcodebuild -version)?
Xcode 11.4
Build version 11E146
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.
extensionAppDelegate:UIApplicationDelegate{// should triggerfunc application(_ application:UIApplication, didFinishLaunchingWithOptions launchOptions:[UIApplication.LaunchOptionsKey:Any]?=nil)->Bool{return true
}}
The text was updated successfully, but these errors were encountered:
New Issue Checklist
Describe the bug
explicit_acl not working in extension
(MacOS 10.15.4, Xcode 11.4, swiftlint 0.39.2)
Complete output when running SwiftLint, including the stack trace and command used
Environment
swiftlint version
to be sure)? 0.39.2Are you using nested configurations?
Which Xcode version are you using (check
xcodebuild -version
)?Xcode 11.4
Build version 11E146
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
.The text was updated successfully, but these errors were encountered: