X-Git-Url: https://git.r.bdr.sh/rbdr/lyricli/blobdiff_plain/2cbb0a97eeb4eea8ef18d59346759b20cc8fa180..6a628388c496987819ef26bda1a99595bce2b1d5:/Scripts/install_swiftlint.sh diff --git a/Scripts/install_swiftlint.sh b/Scripts/install_swiftlint.sh deleted file mode 100755 index 4b8299d..0000000 --- a/Scripts/install_swiftlint.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -# Installs SwiftLint from source (Intended to be used with -# swift docker image) - -set -e - -git clone https://github.com/realm/SwiftLint.git /tmp/SwiftLint && -cd /tmp/SwiftLint && -git submodule update --init --recursive && -make install