Scott Atkins

Results 5 issues of Scott Atkins

Supports --enable=all for shellcheck Adds shellcheck directives to properly source files The major change was cleaning up every variable instance to be compliant with Thank you for having a good...

I have: ```bash #!/bin/bash set -$-ue ``` Which is giving a parse failure. If I use: ```bash #!/bin/bash set -${-}ue ``` There's no parse failure. ```$-``` is the options for...

grammar bug

So based on the open pull requests, you're probably not maintaining this anymore, but I figured I'd do the right thing anyways. This adds: - True color support with graceful...

This brings in a new version of [SSH.NET](https://git.kins.dev/SSH.NET/releases/tag/2020.0.0-beta1-pagent). Beyond the typical performance improvements and security fixes, this adds: - OpenSSH key compatibility - ED25519 support - Pagent support The last...

- Rule Id - SC1017 - My shellcheck version (`shellcheck --version` or "online"): ``` shellcheck-stable.exe --version ShellCheck - shell script analysis tool version: 0.7.0 license: GNU General Public License, version...