Skip to content

Commit 91e6811

Browse files
chore(deps): update golangci/golangci-lint docker tag to v2.7.2 (#172)
| datasource | package | from | to | | ---------- | ---------------------- | ------ | ------ | | docker | golangci/golangci-lint | v2.6.2 | v2.7.2 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ea003f6 commit 91e6811

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.golangci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ linters:
5252
- revive
5353
text: should not use dot imports
5454
source: ginkgo|gomega
55+
- linters:
56+
- revive
57+
text: avoid meaningless package names
58+
source: ^package (api|utils)$
5559
- linters:
5660
- goconst
5761
path: _test\.go

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ tasks:
3434
# renovate: datasource=git-refs depName=golangci-lint lookupName=https://github.com/sagikazarmark/daggerverse currentValue=main
3535
DAGGER_GOLANGCI_LINT_SHA: 6133ad18e131b891d4723b8e25d69f5de077b472
3636
# renovate: datasource=docker depName=golangci/golangci-lint versioning=semver
37-
GOLANGCI_LINT_VERSION: v2.6.2
37+
GOLANGCI_LINT_VERSION: v2.7.2
3838
cmds:
3939
- >
4040
GITHUB_REF= dagger -sc "github.com/sagikazarmark/daggerverse/golangci-lint@${DAGGER_GOLANGCI_LINT_SHA}

pkg/utils/suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17-
package utils //nolint:revive
17+
package utils
1818

1919
import (
2020
"testing"

0 commit comments

Comments
 (0)