Skip to content

Commit

Permalink
feat: OBS-8 - exclude rule revive package-comments
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Fiedorowicz <[email protected]>
  • Loading branch information
mfiedorowicz committed Jan 29, 2024
1 parent a2dd2c8 commit c1d239c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,13 @@ linters:
- gosimple
- bodyclose

linters-settings:
revive:
rules:
- name: package-comments
severity: warning

issues:
exclude-use-default: false
exclude-rules:
- path: /*.go
text: "package-comments: should have a package comment"
linters:
- revive

severity:
default-severity: error

0 comments on commit c1d239c

Please sign in to comment.