Merge pull request #44416 from thaJeztah/22.06_backport_enable_deprecated_check

[22.06 backport] Revert "validation: temporarily allows changes in integration-cli"
This commit is contained in:
Sebastiaan van Stijn 2022-11-10 18:02:41 +01:00 committed by GitHub
commit e749a31322
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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