mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-11 00:22:32 -06:00
f6cc907166
Because we maintain multiple versions of Terraform across different release branches, we aim to avoid creating needless differences between the branches to maximize the chance of successful automatic backporting. Part of that policy is that we don't make cross-cutting changes to respond to deprecation of functions in upstream packages and instead we respond to them gradually over time when we'd be changing the nearby code anyway, or when new work requires using the replacement APIs. In recognition of that, this turns of the staticcheck rule that would otherwise force us to resolve all deprecations before moving forward with any other change. |
||
---|---|---|
.. | ||
build.sh | ||
changelog-links.sh | ||
debug-terraform | ||
exhaustive.sh | ||
gofmtcheck.sh | ||
gogetcookie.sh | ||
goimportscheck.sh | ||
staticcheck.sh |