We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99ca461 + ad46d75 commit b3645a7Copy full SHA for b3645a7
Dockerfile
@@ -16,7 +16,7 @@ RUN apt-get update -q \
16
&& rm -r /var/lib/apt/lists/*
17
18
19
-# RUN git clone -b 0.49.1 --single-branch --depth 1 https://github.com/realm/SwiftLint.git _swiftlint && cd _swiftlint && git submodule update --init --recursive && make install && rm -rf _swiftlint # swiftlint
+# RUN git clone -b 0.46.1 --single-branch --depth 1 https://github.com/realm/SwiftLint.git _swiftlint && cd _swiftlint && git submodule update --init --recursive && make install && rm -rf _swiftlint # swiftlint
20
21
# Install danger-swift globally
22
COPY . _danger-swift
0 commit comments