> ## Documentation Index
> Fetch the complete documentation index at: https://docs.coderabbit.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# ShellCheck

> CodeRabbit's guide to ShellCheck.

[ShellCheck](https://www.shellcheck.net/) is a linter for shell scripts.

## Files

ShellCheck will run on files with the following extensions:

* `.sh`
* `.bash`
* `.ksh`
* `.dash`

## Configuration

CodeRabbit will use the following settings based on the profile selected:

### Chill

```shell theme={null}
--severity=warning
```

### Assertive

```shell theme={null}
--severity=style
```

## When we skip ShellCheck

CodeRabbit will skip running ShellCheck when:

* ShellCheck is already running in GitHub workflows.

## Links

* [ShellCheck Wiki](https://www.shellcheck.net/wiki/)
