Skip to content

Commit

Permalink
disable package-comments rule
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Sep 27, 2022
1 parent 9408bd8 commit 94726e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ linters-settings:
- hexLiteral
- underef
- equalFold
revive:
ignore-generated-header: true
rules:
- name: package-comments
disabled: true

linters:
disable-all: true
Expand Down

0 comments on commit 94726e3

Please sign in to comment.