Skip to content

Commit

Permalink
chore: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Dec 2, 2024
1 parent 5d96313 commit 0121ff5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ issues:
- goconst
- maintidx
- path: cmd/gomoddirectives/gomoddirectives.go
linters:
- forbidigo
text: 'use of `fmt.Println` forbidden'

output:
Expand Down
2 changes: 1 addition & 1 deletion gomoddirectives.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Package gomoddirectives a linter that handle `replace`, `retract`, `exclude` directives into `go.mod`.
// Package gomoddirectives a linter that handle directives into `go.mod`.
package gomoddirectives

import (
Expand Down

0 comments on commit 0121ff5

Please sign in to comment.