Skip to content

Commit

Permalink
Add ext name for web develor
Browse files Browse the repository at this point in the history
  • Loading branch information
wzshiming committed Sep 18, 2024
1 parent 713e9a8 commit bce2627
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cmd/patch_evaluator/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ var (
define = map[string]ValueDefine{
"code": {
LowValue: []patch_evaluator.Filterer{
patch_evaluator.FocusSuffixFilterer{".sh", ".bash", ".c", ".go", ".py", ".java", ".rs", ".cpp", ".h", ".hpp", ".yaml", ".yml"},
patch_evaluator.FocusSuffixFilterer{
".sh", ".bash", ".c", ".go", ".py", ".java", ".rs", ".cpp", ".h", ".hpp", ".yaml", ".yml",
".ts", ".tsx", ".js", ".jsx", ".vue", ".html", ".scss", ".css",
},
patch_evaluator.PrefixFilterer{"test/", "tests/"},
patch_evaluator.SuffixFilterer{"_test.go"},
},
Expand Down

0 comments on commit bce2627

Please sign in to comment.