# golines

[**golines**](https://pkg.go.dev/github.com/segmentio/golines) is a linter for Go.

You can enable the golines linter with:

```shell
trunk check enable golines
```

## Auto Enabling

golines will never be auto-enabled. It must be enabled manually.

## Links

* [golines site](https://pkg.go.dev/github.com/segmentio/golines)
* golines Trunk Code Quality [integration source](https://github.com/trunk-io/plugins/tree/main/linters/golines)
* Trunk Code Quality's [open source plugins repo](https://github.com/trunk-io/plugins/tree/main)
