1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-10-30 23:57:50 +02:00

chore(code climate): ignore generated mock files (#2378)

fixes #2377
This commit is contained in:
Christopher Fenner
2020-11-17 08:23:39 +01:00
committed by GitHub
parent 20fd6e82ff
commit 052a65d495

View File

@@ -91,6 +91,7 @@ plugins:
enabled: true
exclude_patterns:
- "**/*_generated.go"
- "**/mocks/*.go"
# default excludes are overwritten, add them again
# https://docs.codeclimate.com/docs/excluding-files-and-folders#section-auto-generated-file-and-folder-exclusions
- "**/*_test.go"