Skip to content

Commit 713e9a8

Browse files
authored
Update main.go
1 parent bc51c75 commit 713e9a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/patch_evaluator/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ var (
2727
define = map[string]ValueDefine{
2828
"code": {
2929
LowValue: []patch_evaluator.Filterer{
30-
patch_evaluator.FocusSuffixFilterer{".sh", ".bash", ".c", ".go", ".py", ".java", ".cpp", ".h", ".hpp", ".yaml", ".yml"},
30+
patch_evaluator.FocusSuffixFilterer{".sh", ".bash", ".c", ".go", ".py", ".java", ".rs", ".cpp", ".h", ".hpp", ".yaml", ".yml"},
3131
patch_evaluator.PrefixFilterer{"test/", "tests/"},
3232
patch_evaluator.SuffixFilterer{"_test.go"},
3333
},

0 commit comments

Comments
 (0)