Skip to content

Commit

Permalink
go exclusion rule fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ankit-privado committed Nov 15, 2023
1 parent 7d4aa50 commit b46bf9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/exclusions/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ exclusions:
- id: Exclusions.Test
name: Exclude test source code
patterns:
- '.*_test\(s\)?.*'
- ".*_test(s)?.*"

0 comments on commit b46bf9e

Please sign in to comment.