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 Move lang/ to internal/lang/ 2021-05-17 14:09:07 -07:00
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 Move lang/ to internal/lang/ 2021-05-17 14:09:07 -07:00
collection_test.go Move lang/ to internal/lang/ 2021-05-17 14:09:07 -07:00
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 Move lang/ to internal/lang/ 2021-05-17 14:09:07 -07:00
crypto_test.go Move lang/ to internal/lang/ 2021-05-17 14:09:07 -07:00
datetime.go Move lang/ to internal/lang/ 2021-05-17 14:09:07 -07:00
datetime_test.go Move lang/ to internal/lang/ 2021-05-17 14:09:07 -07:00
defaults.go Move lang/ to internal/lang/ 2021-05-17 14:09:07 -07:00
defaults_test.go Move lang/ to internal/lang/ 2021-05-17 14:09:07 -07:00
encoding.go Move lang/ to internal/lang/ 2021-05-17 14:09:07 -07:00
encoding_test.go Move lang/ to internal/lang/ 2021-05-17 14:09:07 -07:00
filesystem.go Move lang/ to internal/lang/ 2021-05-17 14:09:07 -07:00
filesystem_test.go Move lang/ to internal/lang/ 2021-05-17 14:09:07 -07:00
number.go Move lang/ to internal/lang/ 2021-05-17 14:09:07 -07:00
number_test.go Move lang/ to internal/lang/ 2021-05-17 14:09:07 -07:00
sensitive.go marks package 2021-06-25 12:35:51 -04:00
sensitive_test.go update to use typed sensitive marks 2021-06-25 12:49:07 -04:00
string.go Move lang/ to internal/lang/ 2021-05-17 14:09:07 -07:00
string_test.go Move lang/ to internal/lang/ 2021-05-17 14:09:07 -07:00