Skip to content

Commit

Permalink
Fixing Golang CI Config (#3)
Browse files Browse the repository at this point in the history
Signed-off-by: Shivansh Vij <shivanshvij@loopholelabs.io>
  • Loading branch information
ShivanshVij committed Aug 31, 2023
1 parent 8f68bd3 commit bac464e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ linters-settings:
goimports:
# put imports beginning with prefix after 3rd-party packages;
# it's a comma-separated list of prefixes
local-prefixes: github.com/loopholelabs/frpc-go
local-prefixes: github.com/loopholelabs/scale-signature-interfaces
govet:
# enable or disable analyzers by name
disable:
Expand Down

0 comments on commit bac464e

Please sign in to comment.