chore: explicit revive rules #12876
Annotations
11 errors and 1 warning
Check if linter failed
Process completed with exit code 1.
|
Lint:
pkg/iac/framework/frameworks.go#L8
var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)
|
Lint:
pkg/iac/framework/frameworks.go#L9
var-naming: don't use ALL_CAPS in Go names; use CamelCase (revive)
|
Lint:
pkg/x/sync/sync.go#L41
unused-parameter: parameter 'k' seems to be unused, consider removing or renaming it as _ (revive)
|
Lint:
pkg/iac/providers/google/iam/iam.go#L49
var-naming: struct field WorkloadIdentityPoolId should be WorkloadIdentityPoolID (revive)
|
Lint:
pkg/iac/providers/google/iam/iam.go#L50
var-naming: struct field WorkloadIdentityPoolProviderId should be WorkloadIdentityPoolProviderID (revive)
|
Lint:
pkg/iac/providers/digitalocean/compute/compute.go#L29
var-naming: struct field RedirectHttpToHttps should be RedirectHTTPToHTTPS (revive)
|
Lint:
pkg/iac/providers/aws/rds/rds.go#L59
var-naming: struct field KmsKeyId should be KmsKeyID (revive)
|
Lint:
pkg/iac/providers/google/sql/sql.go#L20
var-naming: don't use underscores in Go names; const DatabaseVersionMySQL_5_6 should be DatabaseVersionMySQL5_6 (revive)
|
Lint:
pkg/iac/providers/google/sql/sql.go#L21
var-naming: don't use underscores in Go names; const DatabaseVersionMySQL_5_7 should be DatabaseVersionMySQL5_7 (revive)
|
Lint:
pkg/iac/providers/google/sql/sql.go#L22
var-naming: don't use underscores in Go names; const DatabaseVersionMySQL_8_0 should be DatabaseVersionMySQL8_0 (revive)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading