We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc51c75 commit 713e9a8Copy full SHA for 713e9a8
cmd/patch_evaluator/main.go
@@ -27,7 +27,7 @@ var (
27
define = map[string]ValueDefine{
28
"code": {
29
LowValue: []patch_evaluator.Filterer{
30
- 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"},
31
patch_evaluator.PrefixFilterer{"test/", "tests/"},
32
patch_evaluator.SuffixFilterer{"_test.go"},
33
},
0 commit comments