Skip to content

Commit b3645a7

Browse files
authored
Merge pull request #540 from danger/f-meloni-patch-20
Revert Swiftlint version on Dockerfile to 0.46.1
2 parents 99ca461 + ad46d75 commit b3645a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN apt-get update -q \
1616
&& rm -r /var/lib/apt/lists/*
1717

1818

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
19+
# 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
2020

2121
# Install danger-swift globally
2222
COPY . _danger-swift

0 commit comments

Comments
 (0)