Search code examples
macosswiftlint

Remove SwiftLint installed from package


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?


Solution

  • From the Makefile, run

    rm -rf "/Library/Frameworks/SwiftLintFramework.framework"
    rm -f "/usr/local/bin/swiftlint"