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
After adding a rule file to the SwiftlintFramework target, the build phase does not automatically add it to the master rules list using Sourcery. The output reads, make: `Source/SwiftLintFramework/Models/MasterRuleList.swift' is up to date.
Actually running the make commands themselves does in fact add the rule to the list. I.e.
Which Xcode version are you using (check xcodebuild -version)?
11.3
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.
N/A
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had any recent activity. Please comment to prevent this issue from being closed. Thank you for your contributions!
stalebot
added
the
wontfix
Issues that became stale and were auto-closed by a bot.
label
Nov 8, 2020
New Issue Checklist
Describe the bug
After adding a rule file to the SwiftlintFramework target, the build phase does not automatically add it to the master rules list using Sourcery. The output reads,
make: `Source/SwiftLintFramework/Models/MasterRuleList.swift' is up to date
.Actually running the make commands themselves does in fact add the rule to the list. I.e.
Complete output when running SwiftLint, including the stack trace and command used
N/A
Environment
SwiftLint version (run
swiftlint version
to be sure)?Latest commit, 601ea39, Merge pull request Add new indentation_width rule #2765 from fredpi/feature/indentation_width
Installation method used (Homebrew, CocoaPods, building from source, etc)?
Git
Paste your configuration file:
N/A
Are you using nested configurations?
No
Which Xcode version are you using (check
xcodebuild -version
)?11.3
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
.N/A
The text was updated successfully, but these errors were encountered: