From 5e367588152facd31ddd6b841a42bf05adb57315 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 8 Jul 2022 18:42:28 -0600 Subject: Add a Makefile that runs lint and stuff --- pkg/linux/stat.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkg/linux') diff --git a/pkg/linux/stat.go b/pkg/linux/stat.go index 15e18a9..c4d4ad9 100644 --- a/pkg/linux/stat.go +++ b/pkg/linux/stat.go @@ -1,7 +1,10 @@ +// Based on https://github.com/datawire/ocibuild/blob/master/pkg/python/stat.go + package linux type StatMode uint32 +//nolint:deadcode,varcheck // not all of these modes will be used const ( // 16 bits = 5⅓ octal characters -- cgit v1.2.3-2-g168b