mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-13 20:10:04 +02:00
Maintenance: add revive linter
This commit is contained in:
@@ -5,5 +5,5 @@ import sysunix "golang.org/x/sys/unix"
|
||||
// Constants used for convenience so "os" does not have to be imported
|
||||
|
||||
const (
|
||||
S_IFCHR = sysunix.S_IFCHR //nolint:golint
|
||||
S_IFCHR = sysunix.S_IFCHR //nolint:revive
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user