1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-15 18:50:09 +03:00

Rubocop: Check for debugger statements

This commit is contained in:
Tino Vazquez 2019-02-14 17:03:12 +01:00
parent 13c83c99c2
commit fb8b7bf7dc
No known key found for this signature in database
GPG Key ID: 2FE9C32E94AEABBE

@ -752,6 +752,10 @@ Lint/ElseLayout:
Lint/ShadowingOuterLocalVariable:
Enabled: true
# Check for debugger info
Lint/Debugger:
Enabled: true
#########
# METRICS