Skip to content

Commit

Permalink
Merge pull request #494 from Privado-Inc/dev
Browse files Browse the repository at this point in the history
Release PR
  • Loading branch information
khemrajrathore authored Aug 9, 2024
2 parents ab0fedd + f895bef commit c0358fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/exclusions/java.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ exclusions:
name: Exclude test source code
patterns:
- "(.*/test/.*)|/Test[A-Z]|Test[.]"
- "(/)?target/.*"

- id: Exclusions.Invalid.Properties
name: Exclude invalid properties file
Expand All @@ -12,4 +13,4 @@ exclusions:
- id: Exclusions.Empty
name: Exclude file which cannot be read
patterns:
- "<empty>"
- "<empty>"

0 comments on commit c0358fa

Please sign in to comment.