10 lines
153 B
Go
10 lines
153 B
Go
package cpplint
|
|
|
|
import "focs.ji.sjtu.edu.cn/git/JOJ/JOJ3/internal/stage"
|
|
|
|
var name = "cpplint"
|
|
|
|
func init() {
|
|
stage.RegisterParser(name, &Cpplint{})
|
|
}
|