Testing #3547
Annotations
10 errors
Run vet.sh:
reflection/test/grpc_testing_not_regenerate/testv3.go#L34
don't use an underscore in package name https://revive.run/r#var-naming
|
Run vet.sh:
reflection/test/grpc_testing_not_regenerate/testv3.go#L56
don't use underscores in Go names; type SearchResponseV3_State should be SearchResponseV3State https://revive.run/r#var-naming
|
Run vet.sh:
reflection/test/grpc_testing_not_regenerate/testv3.go#L59
don't use underscores in Go names; const SearchResponseV3_UNKNOWN should be SearchResponseV3UNKNOWN https://revive.run/r#var-naming
|
Run vet.sh:
reflection/test/grpc_testing_not_regenerate/dynamic.go#L18
don't use an underscore in package name https://revive.run/r#var-naming
|
Run vet.sh:
reflection/test/grpc_testing_not_regenerate/testv3.go#L60
don't use underscores in Go names; const SearchResponseV3_FRESH should be SearchResponseV3FRESH https://revive.run/r#var-naming
|
Run vet.sh:
reflection/test/grpc_testing_not_regenerate/testv3.go#L61
don't use underscores in Go names; const SearchResponseV3_STALE should be SearchResponseV3STALE https://revive.run/r#var-naming
|
Run vet.sh:
reflection/test/grpc_testing_not_regenerate/testv3.go#L64
don't use underscores in Go names; var SearchResponseV3_State_name should be SearchResponseV3StateName https://revive.run/r#var-naming
|
Run vet.sh:
reflection/test/grpc_testing_not_regenerate/testv3.go#L69
don't use underscores in Go names; var SearchResponseV3_State_value should be SearchResponseV3StateValue https://revive.run/r#var-naming
|
Run vet.sh:
reflection/test/grpc_testing_not_regenerate/testv3.go#L104
don't use underscores in Go names; type SearchResponseV3_Result should be SearchResponseV3Result https://revive.run/r#var-naming
|
Run vet.sh:
reflection/test/grpc_testing_not_regenerate/testv3.go#L105
struct field Url should be URL https://revive.run/r#var-naming
|
Loading