Harald Hoyer
|
909961d048
|
fix: shellcheck 0.7.2
github action `luizm/action-sh-checker@v0.2.2` uses `shellcheck-0.7.2`,
which detects more non-posix shell code and complains accordingly.
|
2021-05-05 14:55:30 +02:00 |
Harald Hoyer
|
09356085b6
|
ci: enable shellcheck for everything
|
2021-03-31 11:31:17 +02:00 |
Harald Hoyer
|
1ce0eeffab
|
fix(dbus): shellcheck for modules.d/09dbus
|
2021-03-26 11:07:59 +01:00 |
Harald Hoyer
|
9a52c3fdb0
|
style: shfmt reformat
reproducible with:
```
$ shfmt_version=3.0.1
$ wget "https://github.com/mvdan/sh/releases/download/v${shfmt_version}/shfmt_v${shfmt_version}_linux_amd64" -O shfmt
$ chmod u+x shfmt
$ ./shfmt -w .
```
|
2021-03-13 20:10:43 +01:00 |
Harald Hoyer
|
16efdfa25c
|
fix: revise all module checks
1. no module checks for modules which are in depends()
2. no `derror` for optional (255) modules checking for dependencies
3. fix dbus meta module
|
2021-02-10 13:29:17 +01:00 |