riverqueue / riverui

A web interface for River, fast and reliable background jobs in Go.
https://ui.riverqueue.com/
Mozilla Public License 2.0
43 stars 3 forks source link

Remove `.golangci.yml` in favor of `.golangci.yaml` #40

Closed brandur closed 1 week ago

brandur commented 1 week ago

The repository currently has both a .golangci.yml and a .golangci.yaml in place that are 95% the same. The only place they were different is that one was disabling a gosec rule and the other disabling a Revive rule. It seems that neither disable is necessary in this project, so I just took them both out.

brandur commented 1 week ago

Hah, yeah, weird. Thanks!