1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-09-16 09:26:22 +02:00

Merge pull request #918 from SAP/disable-return-check

Disable return statement maintainability check
This commit is contained in:
Sven Merk
2019-10-25 09:06:06 +02:00
committed by GitHub

View File

@@ -1,3 +1,7 @@
version: "2"
checks:
return-statements:
enabled: false
plugins:
codenarc:
enabled: true