1
0
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:
Harshil Sharma 2022-08-24 12:43:45 +05:30 committed by GitHub
parent 0ffc721e64
commit a4b6dc512b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,8 @@
run:
timeout: 5m
modules-download-mode: readonly
skip-files:
- product/boards_product.go
linters-settings:
gofmt:

View File

@ -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{}