I installed SwiftLint from official packages. Now, I desire remove completely and install from Homebrew. I did not find official documentation about uninstall SwiftLint. Any suggestions?
Option 2: Disable Rules at Source Level: Sometimes, there will be a case, where you want to disable rule(s) for a specific file or block of code. To disabled rules inside a source file use the following format: // swiftlint:disable <rule1> [<rule2> <rule3>...]
Command Line USAGE: swiftlint <subcommand> OPTIONS: --version Show the version.
From the Makefile, run
rm -rf "/Library/Frameworks/SwiftLintFramework.framework"
rm -f "/usr/local/bin/swiftlint"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With