JOJ3/internal/parsers/cppcheck/meta.go
张佳澈520370910044 33242654ea
All checks were successful
continuous-integration/drone/push Build is passing
init(internal/parsers/cppcheck/) cppcheck
2024-05-24 11:04:14 +08:00

10 lines
161 B
Go

package cppcheck
import "focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3/internal/stage"
var name = "cppcheck"
func init() {
stage.RegisterParser(name, &CppCheck{})
}