forked from kubevirt/kubevirt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Nogo runs directly alongside the bazel compiler. This means that the results are cached and builds are not slowed down. Since now vet checks are always performed if necessary, `go vet` can be removed from hack/check.sh.
- Loading branch information
Showing
11 changed files
with
155 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,102 @@ | ||
{ | ||
"structtag": { | ||
"exclude_files": { | ||
"vendor/": "vendor doesn't pass vet" | ||
} | ||
}, | ||
"asmdecl": { | ||
"exclude_files": { | ||
"vendor/": "vendor doesn't pass vet" | ||
} | ||
}, | ||
"assign": { | ||
"exclude_files": { | ||
"vendor/": "vendor doesn't pass vet" | ||
} | ||
}, | ||
"atomic": { | ||
"exclude_files": { | ||
"vendor/": "vendor doesn't pass vet" | ||
} | ||
}, | ||
"bools": { | ||
"exclude_files": { | ||
"vendor/": "vendor doesn't pass vet" | ||
} | ||
}, | ||
"buildtag": { | ||
"exclude_files": { | ||
"vendor/": "vendor doesn't pass vet" | ||
} | ||
}, | ||
"cgocall": { | ||
"exclude_files": { | ||
"vendor/": "vendor doesn't pass vet" | ||
} | ||
}, | ||
"composites": { | ||
"exclude_files": { | ||
"vendor/": "vendor doesn't pass vet" | ||
} | ||
}, | ||
"copylocks": { | ||
"exclude_files": { | ||
"vendor/": "vendor doesn't pass vet" | ||
} | ||
}, | ||
"httpresponse": { | ||
"exclude_files": { | ||
"vendor/": "vendor doesn't pass vet" | ||
} | ||
}, | ||
"loopclosure": { | ||
"exclude_files": { | ||
"vendor/": "vendor doesn't pass vet" | ||
} | ||
}, | ||
"lostcancel": { | ||
"exclude_files": { | ||
"vendor/": "vendor doesn't pass vet" | ||
} | ||
}, | ||
"nilfunc": { | ||
"exclude_files": { | ||
"vendor/": "vendor doesn't pass vet" | ||
} | ||
}, | ||
"printf": { | ||
"exclude_files": { | ||
"vendor/": "vendor doesn't pass vet" | ||
} | ||
}, | ||
"shift": { | ||
"exclude_files": { | ||
"vendor/": "vendor doesn't pass vet" | ||
} | ||
}, | ||
"stdmethods": { | ||
"exclude_files": { | ||
"vendor/": "vendor doesn't pass vet" | ||
} | ||
}, | ||
"tests": { | ||
"exclude_files": { | ||
"vendor/": "vendor doesn't pass vet" | ||
} | ||
}, | ||
"unreachable": { | ||
"exclude_files": { | ||
"vendor/": "vendor doesn't pass vet" | ||
} | ||
}, | ||
"unsafeptr": { | ||
"exclude_files": { | ||
"vendor/": "vendor doesn't pass vet" | ||
} | ||
}, | ||
"unusedresult": { | ||
"exclude_files": { | ||
"vendor/": "vendor doesn't pass vet" | ||
} | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,6 @@ | |
* | ||
*/ | ||
|
||
package v1alpha1 | ||
package kubevirt_hooks_v1alpha1 | ||
|
||
const Version = "v1alpha" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,6 @@ | |
* | ||
*/ | ||
|
||
package v1alpha2 | ||
package kubevirt_hooks_v1alpha2 | ||
|
||
const Version = "v1alpha2" |