Skip to content

Commit 806f9f4

Browse files
committed
ignore RVV-A0003
1 parent 464dc82 commit 806f9f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ var possibleConfigLocations = []string{
470470
func Load() {
471471
load()
472472
if err := validate(); err != nil {
473-
log.Fatalf("%s", errorfmt.Full(err))
473+
log.Fatalf("%s", errorfmt.Full(err)) // skipcq RVV-A0003
474474
}
475475
}
476476

0 commit comments

Comments
 (0)