Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/checkmake/checkmake
/ TestValidator
Function
TestValidator
validator/validator_test.go:11–14 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
9
)
10
11
func
TestValidator(t *testing.T) {
12
violations := Validate(parser.Makefile{}, &config.Config{})
13
assert.Equal(t, 3, len(violations))
14
}
Callers
nothing calls this directly
Calls
1
Validate
Function · 0.85
Tested by
no test coverage detected