Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
toolmantim authored Nov 21, 2018
1 parent 53a7647 commit ba1e5ee
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,21 @@ steps:
files: scripts/*.sh
```
## Options
## Configuration
### `files`
### Required
The files (or globs) to run shellcheck on
### `files` (string or array of strings)

### `options`
The files (or globs) to run shellcheck on.

Any options to pass to shellcheck
### Optional

### `options` (string or array of strings)

Command line options to pass to shellcheck.

Default: `"--color=always"`

## License

Expand Down

0 comments on commit ba1e5ee

Please sign in to comment.