Skip to content

Commit

Permalink
fix: depguard local import path
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Kungla <[email protected]>
  • Loading branch information
mkungla committed Dec 20, 2023
1 parent e6498a1 commit 4a398a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54.1
version: v1.55.2
7 changes: 6 additions & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ linters-settings:
gocyclo:
min-complexity: 15
goimports:
local-prefixes: github.com/mkungla/bexp
local-prefixes: github.com/happy-sdk/bexp
gomnd:
# don't include the "operation" and "assign"
checks:
Expand All @@ -46,6 +46,11 @@ linters-settings:
allow-unused: true # report any unused nolint directives
require-explanation: false # don't require an explanation for nolint directives
require-specific: false # don't require nolint directives to be specific about which linter is being skipped
depguard:
list-type: allowlist
include-go-root: false
packages:
- github.com/happy-sdk/bexp

linters:
disable-all: true
Expand Down

0 comments on commit 4a398a0

Please sign in to comment.