opentofu/scripts
Martin Atkins f6cc907166 build: Disable errors for deprecated functions in staticcheck
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.
2022-08-22 10:59:12 -07:00
..
build.sh Fix for newer go version (#30889) 2022-04-22 14:30:35 +01:00
changelog-links.sh Fixed regexp to process comma-separated links to github issues in CHANGELOG.md 2016-10-27 20:07:37 +02:00
debug-terraform no need for TF_FORK=0 2021-10-28 11:51:39 -04:00
exhaustive.sh build: GitHub Actions "Quick Checks" workflow 2022-04-04 08:12:44 -07:00
gofmtcheck.sh add staticcheck make target 2021-09-01 11:36:21 -04:00
gogetcookie.sh build: refresh go.googlesource.com cookie (#20558) 2019-03-05 08:31:36 -08:00
goimportscheck.sh Only perform the importscheck on added or modified files (#31605) 2022-08-09 16:50:54 +01:00
staticcheck.sh build: Disable errors for deprecated functions in staticcheck 2022-08-22 10:59:12 -07:00