You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if which swiftlint > /dev/null && which swiftformat > /dev/null; then
swiftformat .
swiftlint --fix
else
echo "warning: SwiftLint or SwiftFormat not installed, download from https://github.com/realm/SwiftLint and https://github.com/nicklockwood/SwiftFormat"