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

Disable return statement maintainability check

This commit is contained in:
Sven Merk
2019-10-23 14:56:29 +02:00
committed by GitHub
parent 3046f121c1
commit 4e6104ebb4

View File

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