1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-01-18 05:18:24 +02:00

Merge pull request #375 from marcusholl/pr/switchOffGetBooleanCheck

Disable check for Boolean.getBoolean()
This commit is contained in:
Marcus Holl 2018-11-12 12:31:37 +01:00 committed by GitHub
commit 6833a1cf84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,9 @@
plugins:
codenarc:
enabled: true
checks:
BooleanGetBoolean:
enabled: false
editorconfig:
enabled: true
checks: