Add linters #152
test.yml
on: pull_request
lint
/
lint-github-actions
5s
lint
/
lint-shell
8s
lint
/
lint-yaml
8s
unit
24s
integration
40s
Annotations
9 errors and 1 warning
|
lint / lint-github-actions
Process completed with exit code 1.
|
|
lint / lint-github-actions:
.github/workflows/test.yml#L156
.github/workflows/test.yml@156 shellcheck reported issue in this script: SC1072:error:4:35: Missing space before ]. Fix any mentioned problems and try again
```
run: |-
^~~~
```
|
|
lint / lint-github-actions:
.github/workflows/test.yml#L156
.github/workflows/test.yml@156 shellcheck reported issue in this script: SC1020:error:4:35: You need a space before the ]
```
run: |-
^~~~
```
|
|
lint / lint-github-actions:
.github/workflows/test.yml#L156
.github/workflows/test.yml@156 shellcheck reported issue in this script: SC1073:error:4:4: Couldn't parse this test expression. Fix to allow more checks
```
run: |-
^~~~
```
|
|
lint / lint-github-actions:
.github/workflows/test.yml#L156
.github/workflows/test.yml@156 shellcheck reported issue in this script: SC1009:info:4:1: The mentioned syntax error was in this if expression
```
run: |-
^~~~
```
|
|
lint / lint-shell
Process completed with exit code 123.
|
|
integration
Encountered internal error: failed to scan file due to following error: encountered error while requesting scan statusCode : (400), message : {
"error": {
"code": 400,
"message": "Fail to resolve resource 'organizations/invalid-id/locations/global'",
"status": "INVALID_ARGUMENT"
}
}, suppressing error due to fail_silently being true.
|
|
integration
google-github-actions/analyze-code-security-scc, reason: failing build due to internal error: failed to scan file due to following error: encountered error while requesting scan statusCode : (400), message : {
"error": {
"code": 400,
"message": "Fail to resolve resource 'organizations/invalid-id/locations/global'",
"status": "INVALID_ARGUMENT"
}
}.
|
|
integration
google-github-actions/analyze-code-security-scc, reason: failure_criteria was satisfied.
|
|
lint / lint-shell:
bin/runTests.sh#L19
Double quote to prevent globbing and word splitting. [SC2086]
|