Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
slntopp committed Feb 11, 2025
1 parent 67eb1a1 commit 897338a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ race/go:
go test -race go.mondoo.com/cnquery/v11/explorer/scan

test/generate: prep/tools/mockgen
go generate ./providers
go generate ./providers/...

test/go: cnquery/generate test/generate test/go/plain

Expand Down
2 changes: 2 additions & 0 deletions providers/os/connection/device/linux/device_manager_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright (c) Mondoo, Inc.
// SPDX-License-Identifier: BUSL-1.1
package linux

import (
Expand Down

0 comments on commit 897338a

Please sign in to comment.