Browse Source

Merge pull request #44416 from thaJeztah/22.06_backport_enable_deprecated_check

[22.06 backport] Revert "validation: temporarily allows changes in integration-cli"
Sebastiaan van Stijn 2 years ago
parent
commit
e749a31322
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hack/validate/default

+ 1 - 1
hack/validate/default

@@ -14,6 +14,6 @@ SCRIPTDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
 . "${SCRIPTDIR}"/toml
 . "${SCRIPTDIR}"/toml
 . "${SCRIPTDIR}"/changelog-well-formed
 . "${SCRIPTDIR}"/changelog-well-formed
 . "${SCRIPTDIR}"/changelog-date-descending
 . "${SCRIPTDIR}"/changelog-date-descending
-#. "${SCRIPTDIR}"/deprecate-integration-cli
+. "${SCRIPTDIR}"/deprecate-integration-cli
 . "${SCRIPTDIR}"/golangci-lint
 . "${SCRIPTDIR}"/golangci-lint
 . "${SCRIPTDIR}"/shfmt
 . "${SCRIPTDIR}"/shfmt