Skip to content

Commit

Permalink
Update evaluator.go
Browse files Browse the repository at this point in the history
  • Loading branch information
wzshiming authored Mar 18, 2022
1 parent dcc30de commit 8feae4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evaluator.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func (e Evaluator) Evaluate(r io.Reader) ([]*gitdiff.File, []*Reasons, error) {
}

filterers := []Filterer{
FocusSuffixFilterer{".sh", ".bash", ".c", ".go", ".py", ".java", ".cpp", ".h", ".hpp"},
FocusSuffixFilterer{".sh", ".bash", ".c", ".go", ".py", ".java", ".cpp", ".h", ".hpp", ".yaml", ".yml"},
PrefixFilterer{"vendor/", "test/", "tests/"},
ContainsFilterer{"generated", "testdata"},
SuffixFilterer{"_test.go"},
Expand Down

0 comments on commit 8feae4d

Please sign in to comment.