some linting and bring in util methods #176
Annotations
7 errors and 2 warnings
Run Code Linting Test:
test/mocked/resources/service_test.go#L41
cannot use util.GenerateServiceTestResponseModel(uid, "") (value of type map[string]interface{}) as resources.ServiceTestResponseModel value in return statement
|
Run Code Linting Test:
test/mocked/resources/service_test_group_assignment_test.go#L30
cannot use util.GenerateServiceTestResponseModel(uid, "") (value of type map[string]interface{}) as resources.ServiceTestResponseModel value in return statement
|
Run Code Linting Test:
test/mocked/resources/service_test_group_assignment_test.go#L121
cannot use util.GenerateServiceTestResponseModel("service_test_uid", "") (value of type map[string]interface{}) as resources.ServiceTestResponseModel value in return statement
|
Run Code Linting Test:
test/mocked/resources/service_test_group_assignment_test.go#L123
cannot use util.GenerateServiceTestResponseModel("service_test_uid", "_2") (value of type map[string]interface{}) as resources.ServiceTestResponseModel value in return statement
|
Run Code Linting Test:
test/mocked/resources/service_test_group_assignment_test.go#L301
cannot use util.GenerateServiceTestResponseModel(uid, "") (value of type map[string]interface{}) as resources.ServiceTestResponseModel value in return statement
|
Run Code Linting Test:
test/mocked/resources/service_test_group_assignment_test.go#L423
cannot use util.GenerateServiceTestResponseModel(uid, "") (value of type map[string]interface{}) as resources.ServiceTestResponseModel value in return statement (typecheck)
|
Run Code Linting Test
Process completed with exit code 1.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading