Skip to content

Commit

Permalink
BIGTOP-4361: Add Chinese check
Browse files Browse the repository at this point in the history
  • Loading branch information
wuchunfu committed Feb 15, 2025
1 parent 91fc2d4 commit a7da63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/check_chinese_character.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class ChineseCharacterCheckTest:
"dist",
}
# Supported file extensions
SUPPORTED_EXTENSIONS = {".java", ".kt", ".scala", ".js", ".ts", ".vue"}
SUPPORTED_EXTENSIONS = {".java", ".kt", ".scala", ".js", ".jsx", ".ts", ".tsx", ".vue"}

def should_not_contain_chinese_in_comments(self):
violations = self.scan_for_chinese_characters(ScanTarget.COMMENTS)
Expand Down

0 comments on commit a7da63a

Please sign in to comment.