mirror of
https://github.com/mattermost/focalboard.git
synced 2024-11-24 08:22:29 +02:00
DOnt lint boards_product.go (#3734)
This commit is contained in:
parent
0ffc721e64
commit
a4b6dc512b
@ -1,6 +1,8 @@
|
||||
run:
|
||||
timeout: 5m
|
||||
modules-download-mode: readonly
|
||||
skip-files:
|
||||
- product/boards_product.go
|
||||
|
||||
linters-settings:
|
||||
gofmt:
|
||||
|
@ -72,7 +72,6 @@ type boardsProduct struct {
|
||||
boardsApp *boards.BoardsApp
|
||||
}
|
||||
|
||||
//nolint:gocyclo,exhaustive
|
||||
func newBoardsProduct(_ *app.Server, services map[app.ServiceKey]interface{}) (app.Product, error) {
|
||||
boards := &boardsProduct{}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user