Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
fearful-symmetry committed Mar 4, 2024
1 parent eba8a35 commit fdffb9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metric/system/cgroup/reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const (
memoryStat = "memory"
)

// nolint: deadcode,structcheck,unused // needed by other platforms
//nolint: deadcode,structcheck,unused // needed by other platforms

Check failure on line 73 in metric/system/cgroup/reader.go

View workflow job for this annotation

GitHub Actions / lint-darwin

File is not `goimports`-ed with -local github.com/elastic (goimports)

Check failure on line 73 in metric/system/cgroup/reader.go

View workflow job for this annotation

GitHub Actions / lint (linux)

File is not `goimports`-ed with -local github.com/elastic (goimports)
type mount struct {
subsystem string // Subsystem name (e.g. cpuacct).
mountpoint string // Mountpoint of the subsystem (e.g. /cgroup/cpuacct).
Expand Down

0 comments on commit fdffb9e

Please sign in to comment.