From 3cebeeb68215990d3e1f2f01f9414814acc6d1a4 Mon Sep 17 00:00:00 2001 From: tongke Date: Wed, 26 Feb 2025 10:15:55 +0800 Subject: [PATCH] ignore license check for *.po file --- .licenserc.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.licenserc.yaml b/.licenserc.yaml index 3d107c86..59a995e1 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -46,6 +46,7 @@ header: # <1> - "yacl/crypto/aes/aes_opt.h" - "yacl/io/circuit/data/**.txt" - "docs/requirements.txt" + - "docs/**/*.po" - "MODULE.bazel.lock" - "bazel/modules/"