mirror of
https://github.com/mattermost/focalboard.git
synced 2025-03-26 20:53:55 +02:00
Exclude exhaustive check for product services switch (#3730)
This commit is contained in:
parent
0311cc91ad
commit
e341cc4da8
@ -70,7 +70,7 @@ type boardsProduct struct {
|
||||
boardsApp *boards.BoardsApp
|
||||
}
|
||||
|
||||
//nolint:gocyclo
|
||||
//nolint:gocyclo,exhaustive
|
||||
func newBoardsProduct(_ *app.Server, services map[app.ServiceKey]interface{}) (app.Product, error) {
|
||||
boards := &boardsProduct{}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user