Skip to content
Snippets Groups Projects
Verified Commit 806f9f40 authored by Gabriel Zachmann's avatar Gabriel Zachmann
Browse files

ignore RVV-A0003

parent 464dc82c
No related branches found
No related tags found
No related merge requests found
......@@ -470,7 +470,7 @@ var possibleConfigLocations = []string{
func Load() {
load()
if err := validate(); err != nil {
log.Fatalf("%s", errorfmt.Full(err))
log.Fatalf("%s", errorfmt.Full(err)) // skipcq RVV-A0003
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment