Don't auto corect debug statements

This commit is contained in:
Mark Moser 2017-02-13 15:52:01 -06:00
parent d3a2870747
commit 567b4a409d

View File

@ -5,6 +5,9 @@ AllCops:
- bin/**/*
- vendor/assets/**/*
Lint/Debugger:
AutoCorrect: False
Style/AndOr:
Enabled: false