Skip to content

Commit

Permalink
go exclusion rule change
Browse files Browse the repository at this point in the history
  • Loading branch information
ankit-privado committed Oct 9, 2023
1 parent 25a6624 commit f1faefc
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions config/exclusions/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,4 @@ exclusions:
- id: Exclusions.Test
name: Exclude test source code
patterns:
- "(.*_test(s)?.*)|/Test[A-Z]|Test[.]"

- id: Exclusions.Empty
name: Exclude file which cannot be read
patterns:
- "<empty>|<unknownFullName>"
- '.*_test\(s\)?.*'

0 comments on commit f1faefc

Please sign in to comment.