mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
The functions in these files are for handling older state snapshot formats that current OpenTofu versions never generate, and so it's highly unlikely that we'll ever make substantial changes to these functions. Therefore it's unjustified to risk reworking it to pass linting rules, and so we'll add nolint comments instead. Our priority is to make as few changes as possible to these functions, to minimize the risk of regressing a upgrade paths that are exercised very infrequently. (For context, state version 4 has been current ever since Terraform v0.12.0, and so the earlier versions are long obsolete.) Signed-off-by: Martin Atkins <mart@degeneration.co.uk> |
||
---|---|---|
.. | ||
testdata | ||
diagnostics.go | ||
doc.go | ||
file.go | ||
marshal_equal.go | ||
read_test.go | ||
read.go | ||
roundtrip_test.go | ||
version0.go | ||
version1_upgrade.go | ||
version1.go | ||
version2_upgrade.go | ||
version2.go | ||
version3_upgrade.go | ||
version3.go | ||
version4_test.go | ||
version4.go | ||
write.go |