opentofu/internal/moduletest
Martin Atkins ad32bde2ae Temporarily disable the complexity-related lint rules
We're intending to gradually improve all of the existing functions that
fail these checks as a separate project from other work, because fixing
for these particular lint rules tends to be too invasive to be safe or
sensible to combine with other work.

Therefore we'll temporarily disable these lints from the main lint run
and add a separate .golangci-complexity.yml that we can use to track our
progress towards eliminating those lint failures without continuing to
litter the code with nolint comments in the meantime.

This also removes all of the existing nolint comments for these linters so
that we can start fresh and review each one as part of our improvement
project.

We'll re-enable these linters (and remove .golangci-complexity.yml) once
each example has either been rewritten to pass the checks or we've
concluded that further decomposition would hurt readability and so added
"nolint" comments back in so we can review whether our lint rules are too
strict once we've got a bunch of examples to consider together.

Signed-off-by: Martin Atkins <mart@degeneration.co.uk>
2025-01-03 10:41:05 -05:00
..
file.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
run_test.go Adds warning if tests don't provide valid variable (#2057) 2024-10-15 09:20:11 +01:00
run.go Temporarily disable the complexity-related lint rules 2025-01-03 10:41:05 -05:00
status_string.go [Testing Framework] Add test structure to views package for rendering test output (#33324) 2023-06-13 10:09:20 +02:00
status.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00
suite.go Update copyright notice (#1232) 2024-02-08 09:48:59 +00:00