ignore commented out intention

This commit is contained in:
Priit Tark 2015-02-03 16:40:34 +02:00
parent 107767e241
commit 941cbe393f

View file

@ -72,3 +72,8 @@ Style/ClassAndModuleChildren:
# Allow to use Estonian terms/data in comments
Style/AsciiComments:
Enabled: false
# turn off comment intention check during development
# because NerdCommenter honors commented code intentions
Style/CommentIndentation:
Enabled: false