feat(lvm-driver): enable RAID support #493
Annotations
6 errors and 12 warnings
lint:
buildscripts/build.sh#L52
[shellcheck] reported by reviewdog 🐶
Use $(...) notation instead of legacy backticks `...`. [SC2006](https://github.com/koalaman/shellcheck/wiki/SC2006)
Raw Output:
./buildscripts/build.sh:52:19:style:Use $(...) notation instead of legacy backticks `...`. [SC2006](https://github.com/koalaman/shellcheck/wiki/SC2006)
|
lint
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
|
lint:
ci/ci-test.sh#L69
[shellcheck] reported by reviewdog 🐶
Use $(...) notation instead of legacy backticks `...`. [SC2006](https://github.com/koalaman/shellcheck/wiki/SC2006)
Raw Output:
./ci/ci-test.sh:69:14:style:Use $(...) notation instead of legacy backticks `...`. [SC2006](https://github.com/koalaman/shellcheck/wiki/SC2006)
|
lint:
ci/ci-test.sh#L117
[shellcheck] reported by reviewdog 🐶
Use $(...) notation instead of legacy backticks `...`. [SC2006](https://github.com/koalaman/shellcheck/wiki/SC2006)
Raw Output:
./ci/ci-test.sh:117:12:style:Use $(...) notation instead of legacy backticks `...`. [SC2006](https://github.com/koalaman/shellcheck/wiki/SC2006)
|
lint
Process completed with exit code 1.
|
bdd-test (v1.27.3)
Process completed with exit code 1.
|
unit-test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, codecov/codecov-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint:
buildscripts/build.sh#L28
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./buildscripts/build.sh:28:9:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
lint:
buildscripts/build.sh#L30
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./buildscripts/build.sh:30:23:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
lint:
buildscripts/build.sh#L41
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./buildscripts/build.sh:41:9:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
lint:
buildscripts/build.sh#L43
[shellcheck] reported by reviewdog 🐶
Grep uses regex, but this looks like a glob. [SC2063](https://github.com/koalaman/shellcheck/wiki/SC2063)
Raw Output:
./buildscripts/build.sh:43:38:warning:Grep uses regex, but this looks like a glob. [SC2063](https://github.com/koalaman/shellcheck/wiki/SC2063)
|
lint:
buildscripts/build.sh#L59
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./buildscripts/build.sh:59:21:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
lint:
buildscripts/build.sh#L63
[shellcheck] reported by reviewdog 🐶
ARCH appears unused. Verify use (or export if used externally). [SC2034](https://github.com/koalaman/shellcheck/wiki/SC2034)
Raw Output:
./buildscripts/build.sh:63:1:warning:ARCH appears unused. Verify use (or export if used externally). [SC2034](https://github.com/koalaman/shellcheck/wiki/SC2034)
|
lint:
buildscripts/build.sh#L64
[shellcheck] reported by reviewdog 🐶
Prefer [ p ] && [ q ] as [ p -a q ] is not well defined. [SC2166](https://github.com/koalaman/shellcheck/wiki/SC2166)
Raw Output:
./buildscripts/build.sh:64:26:warning:Prefer [ p ] && [ q ] as [ p -a q ] is not well defined. [SC2166](https://github.com/koalaman/shellcheck/wiki/SC2166)
|
lint:
buildscripts/build.sh#L83
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./buildscripts/build.sh:83:12:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
lint:
buildscripts/build.sh#L84
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./buildscripts/build.sh:84:14:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
lint:
buildscripts/build.sh#L94
[shellcheck] reported by reviewdog 🐶
The surrounding quotes actually unquote this. Remove or escape them. [SC2027](https://github.com/koalaman/shellcheck/wiki/SC2027)
Raw Output:
./buildscripts/build.sh:94:28:warning:The surrounding quotes actually unquote this. Remove or escape them. [SC2027](https://github.com/koalaman/shellcheck/wiki/SC2027)
|
bdd-test (v1.27.3)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|