Skip to content

Commit

Permalink
chore: enable require-error rule from errorlint linter on application…
Browse files Browse the repository at this point in the history
…set folder

Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
  • Loading branch information
mmorel-35 authored Jun 15, 2024
1 parent 336cc29 commit 4c9f9a4
Show file tree
Hide file tree
Showing 33 changed files with 347 additions and 320 deletions.
2 changes: 1 addition & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ issues:
- SA1019
- SA5011
exclude-rules:
- path: "(applicationset|cmpserver|controller|pkg|reposerver|server)/"
- path: "(cmpserver|controller|pkg|reposerver|server)/"
text: "require-error:"
linters:
- testifylint
Expand Down
Loading

0 comments on commit 4c9f9a4

Please sign in to comment.