Skip to content

Commit

Permalink
⚙️ fix linter configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
acabarbaye authored Oct 23, 2024
1 parent f1f3950 commit 47fc518
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ run:
# Run linters over integration tests
build-tags:
- integration
- integrationwithdeps

linters:
disable-all: true # Disable defaults, then enable the ones we want
Expand Down Expand Up @@ -32,3 +33,10 @@ linters-settings:
- Standard
- Default
- Prefix(github.com/ARM-software)
revive:
rules:
- name: exported
severity: warning
disabled: false
arguments:
- "disableStutteringCheck"

0 comments on commit 47fc518

Please sign in to comment.