Skip to content

Commit 9fb75aa

Browse files
Upgrade Diktat to 1.2.4 (KtLint 0.47.1)
1 parent 1770aa3 commit 9fb75aa

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

bin/diktat

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,9 @@ declare -r LOG_DIR="${BIN_DIR}"
6565
declare -r CURL='curl'
6666
declare -r CURL_FLAGS=('-SL')
6767
declare -r DIKTAT_JAR_WILDCARD='diktat-*.jar'
68-
declare -r DIKTAT_VERSION_TAG='v1.2.3'
68+
declare -r DIKTAT_VERSION_TAG='v1.2.4'
6969
declare -r KTLINT_EXECUTABLE='ktlint'
70-
# We stick to version 0.46.1 because of
71-
# https://github.com/pinterest/ktlint/issues/1599,
72-
# https://github.com/pinterest/ktlint/issues/1600, and
73-
# https://github.com/pinterest/ktlint/issues/1601.
74-
declare -r KTLINT_VERSION_TAG='0.46.1'
70+
declare -r KTLINT_VERSION_TAG='0.47.1'
7571
declare -r VERSION_LATEST='latest'
7672

7773
# Global variables.

0 commit comments

Comments
 (0)