We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1770aa3 commit 9fb75aaCopy full SHA for 9fb75aa
bin/diktat
@@ -65,13 +65,9 @@ declare -r LOG_DIR="${BIN_DIR}"
65
declare -r CURL='curl'
66
declare -r CURL_FLAGS=('-SL')
67
declare -r DIKTAT_JAR_WILDCARD='diktat-*.jar'
68
-declare -r DIKTAT_VERSION_TAG='v1.2.3'
+declare -r DIKTAT_VERSION_TAG='v1.2.4'
69
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'
+declare -r KTLINT_VERSION_TAG='0.47.1'
75
declare -r VERSION_LATEST='latest'
76
77
# Global variables.
0 commit comments