happy new year! #7300
reviewdog.yml
on: pull_request
Shellcheck testing
5m 41s
Check spelling
10s
Annotations
10 warnings
Shellcheck testing:
disk/format-chosen.sh#L102
[shellcheck] reported by reviewdog ๐ถ
Don't use variables in the printf format string. Use printf '..%s..' "$foo". [SC2059](https://github.com/koalaman/shellcheck/wiki/SC2059)
Raw Output:
./disk/format-chosen.sh:102:12:info:Don't use variables in the printf format string. Use printf '..%s..' "$foo". [SC2059](https://github.com/koalaman/shellcheck/wiki/SC2059)
|
Shellcheck testing:
menu/bitwarden_menu.sh#L24
[shellcheck] reported by reviewdog ๐ถ
STARTUP_SWITCH appears unused. Verify use (or export if used externally). [SC2034](https://github.com/koalaman/shellcheck/wiki/SC2034)
Raw Output:
./menu/bitwarden_menu.sh:24:5:warning:STARTUP_SWITCH appears unused. Verify use (or export if used externally). [SC2034](https://github.com/koalaman/shellcheck/wiki/SC2034)
|
Shellcheck testing:
menu/startup_configuration.sh#L44
[shellcheck] reported by reviewdog ๐ถ
MIRROR_SWITCH appears unused. Verify use (or export if used externally). [SC2034](https://github.com/koalaman/shellcheck/wiki/SC2034)
Raw Output:
./menu/startup_configuration.sh:44:5:warning:MIRROR_SWITCH appears unused. Verify use (or export if used externally). [SC2034](https://github.com/koalaman/shellcheck/wiki/SC2034)
|
Shellcheck testing:
menu/nextcloud_configuration.sh#L27
[shellcheck] reported by reviewdog ๐ถ
STARTUP_SWITCH appears unused. Verify use (or export if used externally). [SC2034](https://github.com/koalaman/shellcheck/wiki/SC2034)
Raw Output:
./menu/nextcloud_configuration.sh:27:5:warning:STARTUP_SWITCH appears unused. Verify use (or export if used externally). [SC2034](https://github.com/koalaman/shellcheck/wiki/SC2034)
|
Shellcheck testing:
not-supported/rsyncbackup.sh#L22
[shellcheck] reported by reviewdog ๐ถ
LVM_MOUNT appears unused. Verify use (or export if used externally). [SC2034](https://github.com/koalaman/shellcheck/wiki/SC2034)
Raw Output:
./not-supported/rsyncbackup.sh:22:1:warning:LVM_MOUNT appears unused. Verify use (or export if used externally). [SC2034](https://github.com/koalaman/shellcheck/wiki/SC2034)
|
Shellcheck testing:
not-supported/ntfs-format.sh#L26
[shellcheck] reported by reviewdog ๐ถ
UUID appears unused. Verify use (or export if used externally). [SC2034](https://github.com/koalaman/shellcheck/wiki/SC2034)
Raw Output:
./not-supported/ntfs-format.sh:26:7:warning:UUID appears unused. Verify use (or export if used externally). [SC2034](https://github.com/koalaman/shellcheck/wiki/SC2034)
|
Shellcheck testing:
not-supported/btrfs-format.sh#L26
[shellcheck] reported by reviewdog ๐ถ
UUID appears unused. Verify use (or export if used externally). [SC2034](https://github.com/koalaman/shellcheck/wiki/SC2034)
Raw Output:
./not-supported/btrfs-format.sh:26:7:warning:UUID appears unused. Verify use (or export if used externally). [SC2034](https://github.com/koalaman/shellcheck/wiki/SC2034)
|
Shellcheck testing:
not-supported/smbserver.sh#L397
[shellcheck] reported by reviewdog ๐ถ
HASH appears unused. Verify use (or export if used externally). [SC2034](https://github.com/koalaman/shellcheck/wiki/SC2034)
Raw Output:
./not-supported/smbserver.sh:397:7:warning:HASH appears unused. Verify use (or export if used externally). [SC2034](https://github.com/koalaman/shellcheck/wiki/SC2034)
|
Shellcheck testing:
not-supported/smbserver.sh#L683
[shellcheck] reported by reviewdog ๐ถ
SELECTED_GROUPS appears unused. Verify use (or export if used externally). [SC2034](https://github.com/koalaman/shellcheck/wiki/SC2034)
Raw Output:
./not-supported/smbserver.sh:683:11:warning:SELECTED_GROUPS appears unused. Verify use (or export if used externally). [SC2034](https://github.com/koalaman/shellcheck/wiki/SC2034)
|
Shellcheck testing:
not-supported/smbserver.sh#L684
[shellcheck] reported by reviewdog ๐ถ
NC_GROUPS appears unused. Verify use (or export if used externally). [SC2034](https://github.com/koalaman/shellcheck/wiki/SC2034)
Raw Output:
./not-supported/smbserver.sh:684:11:warning:NC_GROUPS appears unused. Verify use (or export if used externally). [SC2034](https://github.com/koalaman/shellcheck/wiki/SC2034)
|