terraform/internal/lang/funcs
Martin Atkins 965c0f3f91 build: Run staticcheck with "go run"
Running the tool this way ensures that we'll always run the version
selected by our go.mod file, rather than whatever happened to be available
in $GOPATH/bin on the system where we're running this.

This change caused some contexts to now be using a newer version of
staticcheck with additional checks, and so this commit also includes some
changes to quiet the new warnings without any change in overall behavior.
2021-10-12 11:42:17 -07:00
..
testdata
cidr.go lang/funcs: Preserve IP address leading zero behavior from Go 1.16 2021-08-17 15:20:05 -07:00
cidr_test.go build: Run staticcheck with "go run" 2021-10-12 11:42:17 -07:00
collection.go
collection_test.go
conversion.go add marks.Raw 2021-06-25 14:27:43 -04:00
conversion_test.go remove IsMarked and ContainsMarked calls 2021-06-25 14:17:06 -04:00
crypto.go
crypto_test.go
datetime.go
datetime_test.go
defaults.go
defaults_test.go
encoding.go
encoding_test.go
filesystem.go
filesystem_test.go
number.go
number_test.go
sensitive.go
sensitive_test.go update to use typed sensitive marks 2021-06-25 12:49:07 -04:00
string.go
string_test.go