Merge pull request #2 from cycloidio/cy-v1.4.6-fix #23
Annotations
10 errors and 3 warnings
legacy/helper/schema/field_reader.go#L129
ineffective break statement. Did you mean to break out of the outer loop? (SA4011)
|
legacy/helper/schema/field_reader.go#L208
unnecessary assignment to the blank identifier (S1005)
|
legacy/helper/schema/field_reader_map.go#L162
should use 'return len(countActual) < countExpected' instead of 'if len(countActual) >= countExpected { return false }; return true' (S1008)
|
legacy/helper/schema/field_writer_map.go#L149
unnecessary assignment to the blank identifier (S1005)
|
legacy/helper/schema/field_writer_map.go#L230
unnecessary assignment to the blank identifier (S1005)
|
legacy/helper/schema/provider.go#L109
unnecessary assignment to the blank identifier (S1005)
|
legacy/helper/schema/provider.go#L460
unnecessary assignment to the blank identifier (S1005)
|
legacy/helper/schema/provisioner.go#L56
var connDataInvalid is unused (U1000)
|
legacy/helper/schema/resource.go#L703
unnecessary assignment to the blank identifier (S1005)
|
legacy/helper/schema/resource_data.go#L310
unnecessary assignment to the blank identifier (S1005)
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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/checkout@v2, actions/setup-go@v2, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading