mirror of https://github.com/rclone/rclone
build: ignore revive lint issue var-naming: avoid meaningless package names
This commit is contained in:
parent
d4be38ec02
commit
ae5cc1ab37
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue