hfutrell/BezierKit

how to quiet the SwiftLint warning?

Closed this issue · 2 comments

Screen Shot 2021-01-20 at Jan 20  3 35 09 PM

Since I upgraded to the current version of BezierKit I’m getting this warning. I installed SwiftLint as a package and added it to the BezierKit target as shown below, but the warning persists.

What else is to be done?

Screen Shot 2021-01-20 at Jan 20  3 36 01 PM

@mbutterick I'm not sure SwiftLint can work being installed this way.

I would install SwiftLint following their "Homebrew" directions here:
https://github.com/realm/SwiftLint

Or you can go here and download the SwiftLint.pkg installer and use that (haven't tried this route, but avoids having to use command line, I think).
https://github.com/realm/SwiftLint/releases/tag/0.42.0

Let me know if either of those options works.

Thanks for the pointers. I can sort it out based on that.