mirror of
https://github.com/ossf/scorecard.git
synced 2024-11-05 05:17:00 +03:00
Fix build error.
This commit is contained in:
parent
32a62cc8f6
commit
49eeef3260
@ -4,7 +4,7 @@ import "github.com/dlorenc/scorecard/checker"
|
||||
|
||||
var AllChecks = []checker.NamedCheck{}
|
||||
|
||||
func registerCheck(name string, fn CheckFn) {
|
||||
func registerCheck(name string, fn checker.CheckFn) {
|
||||
AllChecks = append(AllChecks, checker.NamedCheck{
|
||||
Name: name,
|
||||
Fn: fn,
|
||||
|
Loading…
Reference in New Issue
Block a user