Skip to content

Commit

Permalink
Fix monitoring linter module path
Browse files Browse the repository at this point in the history
Signed-off-by: assafad <[email protected]>
  • Loading branch information
assafad authored and nunnatsa committed Mar 4, 2024
1 parent 11b8ae2 commit e6d0f43
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion monitoringlinter/analyzer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (

"golang.org/x/tools/go/analysis/analysistest"

"github.com/monitoring/monitoringlinter"
"github.com/kubevirt/monitoring/monitoringlinter"
)

func TestAllUseCases(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion monitoringlinter/cmd/monitoringlinter/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import (
"golang.org/x/tools/go/analysis/singlechecker"

"github.com/monitoring/monitoringlinter"
"github.com/kubevirt/monitoring/monitoringlinter"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion monitoringlinter/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/monitoring/monitoringlinter
module github.com/kubevirt/monitoring/monitoringlinter

go 1.21

Expand Down

0 comments on commit e6d0f43

Please sign in to comment.