For new checks and feature suggestions
Here's a snippet or screenshot that shows a potential problem:
#!/bin/bash
compgen -V array not considered assigned
Here's what shellcheck currently says:
SC1254: array is referenced but not assigned
Here's what I wanted to see:
No warning, array was assigned.
For new checks and feature suggestions
Here's a snippet or screenshot that shows a potential problem:
Here's what shellcheck currently says:
SC1254: array is referenced but not assigned
Here's what I wanted to see:
No warning,
arraywas assigned.