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:
committed by
Nick Craig-Wood
parent
d4be38ec02
commit
ae5cc1ab37
@@ -1,7 +1,7 @@
|
|||||||
// Package common defines code common to the union and the policies
|
// Package common defines code common to the union and the policies
|
||||||
//
|
//
|
||||||
// These need to be defined in a separate package to avoid import loops
|
// 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"
|
import "github.com/rclone/rclone/fs"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user