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

# Brakeman

> Brakeman is a static analysis tool designed for Ruby on Rails applications. It statically analyzes Rails application code to find security issues.

[**Brakeman**](https://github.com/presidentbeef/brakeman) is a linter for Ruby.

You can enable the Brakeman linter with:

```shell theme={null}
trunk check enable brakeman
```

## Auto Enabling

Brakeman will be auto-enabled if any *Ruby* files are present.

## Settings

Brakeman supports the following config files:

* `brakeman.ignore`

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

## Links

* [Brakeman site](https://github.com/presidentbeef/brakeman)
* Brakeman Trunk Code Quality [integration source](https://github.com/trunk-io/plugins/tree/main/linters/brakeman)
* Trunk Code Quality's [open source plugins repo](https://github.com/trunk-io/plugins/tree/main)
