Skip to content

Commit 6ede0f1

Browse files
committed
Merge branch 'upstream-main'
Revert miniflux#3814 Partly revert miniflux#3819
2 parents 3e5f3f4 + a34e33b commit 6ede0f1

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ test:
100100

101101
lint:
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

106106
integration-test:
107107
psql -U postgres -c 'drop database if exists miniflux_test;'

internal/integration/betula/betula.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
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

36
import (
47
"fmt"

internal/integration/linkace/linkace.go

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
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

36
import (
47
"bytes"

0 commit comments

Comments
 (0)