shell-linter icon indicating copy to clipboard operation
shell-linter copied to clipboard

A Github Action for ShellCheck

Results 11 shell-linter issues
Sort by recently updated
recently updated
newest added

v0.8 has been out for a while now, it would be good to upgrade.

## Feature Request ### Motivation Behind Feature Today is only possible to set a ```block``` severity, in the case for example you want to block all ```errors``` and monitor (show...

### Pull Request Checklist - [x] I have created an issue prior to creating this pull request - [x] I have provided a detailed description and motivation regarding the change...

## New Issue Checklist - [x] Using the latest version of azohra/shell-linter - [x] Able to reproduce error multiple times - [x] Provided information about the bug - [x] Attached...

``` $ shellcheck -h ... -e CODE1,CODE2.. --exclude=CODE1,CODE2.. Exclude types of warnings ``` E.g. `shellcheck -e SC1004,SC1083 ...`

feature request

Signed-off-by: Daniel Thamdrup ### Pull Request Checklist - [ ] I have created an issue prior to creating this pull request - [ ] I have provided a detailed description...

### Pull Request Checklist - [x] I have created an issue prior to creating this pull request - [x] I have provided a detailed description and motivation regarding the change...

## New Issue Checklist - [x] Using the latest version of azohra/shell-linter - [x] Able to reproduce error multiple times - [x] Provided information about the bug - [x] Attached...

## Feature Request GH-55 ### Motivation Behind Feature GitHub allow ARM64 runner which save 37% of cost ### Feature Description Pull the right shell-check binary from the repository based on...

### Pull Request Checklist - [x] I have created an issue prior to creating this pull request - [x] I have provided a detailed description and motivation regarding the change...