Results 100 issues of ale5000

I run it like this (bashcov 3.1.2 on Windows 10): ``` bash BASHCOV_BASH_PATH='bash' bashcov -- ./my_script.sh ``` and I get: ``` bashcov: warning: running as root is NOT recommended, Bashcov...

nice to have
need feedback

#### For bugs - Rule Id (if any, e.g. SC1000): SC1003 - My shellcheck version (`shellcheck --version` or "online"): online - [x] The rule's wiki page does not already cover...

#### For bugs - Rule Id (if any, e.g. SC1000): SC2329 - My shellcheck version (`shellcheck --version` or "online"): online - [x] The rule's wiki page does not already cover...

@mar-v-in Please add new checks to microG self check (but only if detect microG Companion and not Play Store). 1) These permissions are requested from microG Companion: ``` org.microg.gms.permission.READ_SETTINGS com.google.android.gms.permission.READ_SETTINGS...

enhancement

### Contact Details _No response_ ### What happened? In this page: https://justine.lol/ape.html there is a link to: https://justine.lol/hellojs.com When executed as `.\hellojs.com` it works correctly but instead when executed as...

low severity

#### For bugs - Rule Id (if any, e.g. SC1000): SC2031 - My shellcheck version (`shellcheck --version` or "online"): online - [x] The rule's wiki page does not already cover...

@mar-v-in Quote: > I haven't looked at the network activity itself, but at the very least, having cloud messaging turned on is allowing the connection to Google to happen. Usually,...

bug

@mar-v-in Please add the code to ask the user to disable permission auto-reset. This will avoid a lot of unknown problems in the future. Info here: https://www.xda-developers.com/android-11-auto-reset-permissions-coming-to-android-6-0/

enhancement

I'm using the latest 32-bit busybox prerelease. When executing `cut 2>&1 --wrong-opt` the first line is: ``` cut: unknown option -- wrong-opt ``` Instead when using this: ``` cut_output="$(cut 2>&1...

It would be nice to have `kill -0` working even if `process_architecture_matches_current` fails. Currently it say: `can't kill pid 20808: Permission denied` `kill -0` doesn't send any signal, isn't possible...