Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
wzshiming authored Oct 17, 2023
1 parent bc51c75 commit 713e9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/patch_evaluator/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var (
define = map[string]ValueDefine{
"code": {
LowValue: []patch_evaluator.Filterer{
patch_evaluator.FocusSuffixFilterer{".sh", ".bash", ".c", ".go", ".py", ".java", ".cpp", ".h", ".hpp", ".yaml", ".yml"},
patch_evaluator.FocusSuffixFilterer{".sh", ".bash", ".c", ".go", ".py", ".java", ".rs", ".cpp", ".h", ".hpp", ".yaml", ".yml"},
patch_evaluator.PrefixFilterer{"test/", "tests/"},
patch_evaluator.SuffixFilterer{"_test.go"},
},
Expand Down

0 comments on commit 713e9a8

Please sign in to comment.