Skip to content

Releases: sethfri/SwiftLint

Surgical Fix

18 Sep 05:40
Compare
Choose a tag to compare

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

18 Sep 05:04
Compare
Choose a tag to compare

Going back to the mode where I'm adding a bunch of logging

Iterative Merge

17 Sep 06:40
Compare
Choose a tag to compare

Rewrote the merge algorithm to do multiple merges. 🤞🏻

Rewrite Merge

17 Sep 05:05
Compare
Choose a tag to compare

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

17 Sep 03:18
Compare
Choose a tag to compare

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

16 Sep 19:12
Compare
Choose a tag to compare

Adding a bunch of print debugging so I can debug SwiftLint when it's being run from within my repo

Fix Nested Config Again

15 Sep 21:04
Compare
Choose a tag to compare

Trying again to get around pod install caching issue

Fix Nested Config

15 Sep 19:53
Compare
Choose a tag to compare

The last release didn't include the podspec change to point to this fork

Fix Nested Spec

15 Sep 19:34
Compare
Choose a tag to compare

Hotfix fork release for fixing finding the nested config when a single file path is passed