Releases: sethfri/SwiftLint
Surgical Fix
I came up with a much simpler solution. rootDirectory
isn't what we should be comparing path
against. Once that's fixed, I think this works.
Reset with Logging
Going back to the mode where I'm adding a bunch of logging
Iterative Merge
Rewrote the merge algorithm to do multiple merges. 🤞🏻
Rewrite Merge
Rewrote the merge function to merge from the leaf back to the top. Will write a better algorithm if this concept generally works
The Real Fix
After adding some print statements, I was able to diagnose the proper fix for this. Releasing another hotfix version to consume from my app until the pull request has landed
Add Print Debugging
Adding a bunch of print debugging so I can debug SwiftLint when it's being run from within my repo
Fix Nested Config Again
Trying again to get around pod install
caching issue
Fix Nested Config
The last release didn't include the podspec change to point to this fork
Fix Nested Spec
Hotfix fork release for fixing finding the nested config when a single file path is passed