From 83fb12a47f31339ab42d681ce0a506f9029f1f70 Mon Sep 17 00:00:00 2001 From: shenxianpeng Date: Mon, 29 Dec 2025 23:06:25 +0800 Subject: [PATCH] fix: add --no-color flag to prevent mess codes --- docs/license_gen.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/license_gen.py b/docs/license_gen.py index 19d67310..ab889c47 100644 --- a/docs/license_gen.py +++ b/docs/license_gen.py @@ -50,6 +50,8 @@ def __init__(self): "cpp-linter", "--depth", "1", + "--color", + "never", ] def package(self, value: str) -> None: