All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Boming Zhang <bomingzh@sjtu.edu.cn> Reviewed-on: FOCS-dev/JOJ3#22
10 lines
158 B
Go
10 lines
158 B
Go
package cpplint
|
|
|
|
import "focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3/internal/stage"
|
|
|
|
var name = "cpplint"
|
|
|
|
func init() {
|
|
stage.RegisterParser(name, &Cpplint{})
|
|
}
|