ignore golint for some stutter that we want to keep as-is
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:

committed by
Srini Brahmaroutu

parent
e2ef310046
commit
93189a19bc
@@ -56,7 +56,7 @@ func IsCorruptedMnt(err error) bool {
|
||||
}
|
||||
|
||||
// MountInfo represents a single line in /proc/<pid>/mountinfo.
|
||||
type MountInfo struct {
|
||||
type MountInfo struct { // nolint: golint
|
||||
// Unique ID for the mount (maybe reused after umount).
|
||||
ID int
|
||||
// The ID of the parent mount (or of self for the root of this mount namespace's mount tree).
|
||||
|
Reference in New Issue
Block a user