Skip to content

Commit

Permalink
fix: remove vendor dir
Browse files Browse the repository at this point in the history
This commit Removes the vendor dir from exclusion.

Signed-off-by: Meer Sawood <[email protected]>
  • Loading branch information
Meer Sawood committed Nov 29, 2023
1 parent 76ba8a6 commit 1291f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .sonarcloud.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Path to sources
sonar.sources=.
sonar.exclusions=**/*test*, **/vendor/**, **/zz_generated.*, **/*.yaml,
sonar.exclusions=**/*test*, **/zz_generated.*, **/*.yaml,
# Source encoding
sonar.sourceEncoding=UTF-8

0 comments on commit 1291f56

Please sign in to comment.