# standardrb

[**standardrb**](https://github.com/testdouble/standard#readme) is a linter for Ruby.

You can enable the standardrb linter with:

```shell
trunk check enable standardrb
```

## Auto Enabling

standardrb will be auto-enabled if a `.standard.yml` config file is present.

## Settings

standardrb supports the following config files:

* `.standard.yml`

You can move these files to `.trunk/configs` and `trunk check` will still find them. See [Moving Linters](https://docs.trunk.io/code-quality/overview/configure-linters#moving-linters) for more info.

## Links

* [standardrb site](https://github.com/testdouble/standard#readme)
* standardrb Trunk Code Quality [integration source](https://github.com/trunk-io/plugins/tree/main/linters/standardrb)
* Trunk Code Quality's [open source plugins repo](https://github.com/trunk-io/plugins/tree/main)
