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?
From the Makefile, run
rm -rf "/Library/Frameworks/SwiftLintFramework.framework"
rm -f "/usr/local/bin/swiftlint"