1
0
mirror of https://github.com/rclone/rclone.git synced 2025-10-06 05:47:10 +02:00

build: ignore revive lint issue var-naming: avoid meaningless package names

This commit is contained in:
albertony
2025-08-19 15:03:11 +02:00
committed by Nick Craig-Wood
parent d4be38ec02
commit ae5cc1ab37

View File

@@ -1,7 +1,7 @@
// Package common defines code common to the union and the policies
//
// These need to be defined in a separate package to avoid import loops
package common
package common //nolint:revive // Don't include revive when running golangci-lint because this triggers var-naming: avoid meaningless package names
import "github.com/rclone/rclone/fs"