From 4d55429794f93c600a96622889052cec58e35804 Mon Sep 17 00:00:00 2001 From: BoYanZh Date: Sat, 2 Nov 2024 04:30:51 -0400 Subject: [PATCH] fix: score --- conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.json b/conf.json index 83e7621..76e7cdf 100644 --- a/conf.json +++ b/conf.json @@ -39,7 +39,7 @@ "parser": { "name": "cpplint", "with": { - "score": 100, + "score": 0, "comment": "check done" } }