Skip to content

Commit

Permalink
Update cyclop version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartłomiej Klimczak committed Feb 16, 2021
1 parent 5d2df5b commit eff218d
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
run: goveralls -coverprofile=covprofile -service=github

- name: Check it's own cyclomatic complexity
run: go run v2/cmd/cyclop/main.go ./v2/pkg/analyzer/
run: go run ./cmd/cyclop/ ./pkg/analyzer/
2 changes: 1 addition & 1 deletion v2/cmd/cyclop/main.go → cmd/cyclop/main.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

import (
"github.com/bkielbasa/cyclop/v2/pkg/analyzer"
"github.com/bkielbasa/cyclop/pkg/analyzer"
"golang.org/x/tools/go/analysis/singlechecker"
)

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit eff218d

Please # to comment.