File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -100,8 +100,8 @@ test:
100100
101101lint :
102102 go vet ./...
103- staticcheck ./.. .
104- golangci-lint run --disable errcheck --enable sqlclosecheck --enable misspell --enable gofmt --enable goimports --enable whitespace
103+ gofmt -d -e .
104+ golangci-lint run
105105
106106integration-test :
107107 psql -U postgres -c ' drop database if exists miniflux_test;'
Original file line number Diff line number Diff line change 1- package betula
1+ // SPDX-FileCopyrightText: Copyright The Miniflux Authors. All rights reserved.
2+ // SPDX-License-Identifier: Apache-2.0
3+
4+ package betula // import "miniflux.app/v2/internal/integration/betula"
25
36import (
47 "fmt"
Original file line number Diff line number Diff line change 1- package linkace
1+ // SPDX-FileCopyrightText: Copyright The Miniflux Authors. All rights reserved.
2+ // SPDX-License-Identifier: Apache-2.0
3+
4+ package linkace // import "miniflux.app/v2/internal/integration/linkace"
25
36import (
47 "bytes"
You can’t perform that action at this time.
0 commit comments