Swift Package Manager Plugin SwiftLint Configuration Error: Unable to cache remote config
#4787
Open
2 tasks done
Labels
discussion
Topics that cannot be categorized as bugs or enhancements yet. They require further discussions.
integration
Issues related to integration of SwiftLint into toolchains.
New Issue Checklist
Describe the bug
When I try to use SwiftLint SPM plugin with my
Package.swift
project, load local non-nested configure is fine, but when I add parent_config, it seems got write permission issue when resolve the remote urlif I'm not wrong it hit here, because when running spm build command can't caching to rootDir as the default configure.
Complete output when running SwiftLint, including the stack trace and command used
Environment
swiftlint version
to be sure)? 0.50.3If so, paste their relative paths and respective contents.
xcodebuild -version
)? Version 14.2 (14C18)echo "[string here]" | swiftlint lint --no-cache --use-stdin --enable-all-rules
to quickly test if your example is really demonstrating the issue. No, the issue is not related to rule itself, it related to load configratiion
The text was updated successfully, but these errors were encountered: