Skip to content

Commit

Permalink
Merge pull request #1886 from jokay/feature/fix-bash-exec-docs-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
Kurt-von-Laven authored Sep 19, 2022
2 parents c34c321 + 3d5e615 commit 2c3d740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/descriptors/bash_bash_exec.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Note: You can run `git add --chmod=+x myfile.sh` to make a file executable on Wi

| Variable | Description | Default value |
|---------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------|
| ERROR_ON_MISSING_EXEC_BIT | If set to `false`, the `bash-exec` linter will report a warning if a shell script is not executable. If set to `true`, the `bash-exec` linter will report an arror instead | `false` |
| ERROR_ON_MISSING_EXEC_BIT | If set to `false`, the `bash-exec` linter will report a warning if a shell script is not executable. If set to `true`, the `bash-exec` linter will report an error instead | `false` |
| BASH_EXEC_ARGUMENTS | User custom arguments to add in linter CLI call<br/>Ex: `-s --foo "bar"` | |
| BASH_EXEC_FILTER_REGEX_INCLUDE | Custom regex including filter<br/>Ex: `(src\|lib)` | Include every file |
| BASH_EXEC_FILTER_REGEX_EXCLUDE | Custom regex excluding filter<br/>Ex: `(test\|examples)` | Exclude no file |
Expand Down

0 comments on commit 2c3d740

Please sign in to comment.