Skip to content

Commit

Permalink
remove golangci-lint config file and change the linter to check only …
Browse files Browse the repository at this point in the history
…diffs
  • Loading branch information
OzBena committed Aug 15, 2024
1 parent 0401148 commit 0bba8c8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 132 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
uses: golangci/[email protected]
with:
version: latest
# only-new-issues: true
only-new-issues: true
github-token: ${{ secrets.GITHUB_TOKEN }}

130 changes: 0 additions & 130 deletions .golangci.yml

This file was deleted.

1 change: 0 additions & 1 deletion cmd/clean/vcsRoot.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const (
)

var autoDelete bool
var unusedVar = "unused"
var vcsRootsCmdName = "vcs"

var vcsRootsCmd = &cobra.Command{
Expand Down

0 comments on commit 0bba8c8

Please sign in to comment.