airbnb / ruby

Ruby Style Guide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do not set DisableByDefault

catwell opened this issue · comments

You introduced this setting here but it breaks a lot of things, now even a malformed Ruby file (e.g. missing an end) passes as though it had no issue.

(Sorry for the terse issue, if you can't reproduce I will try to add more details later.)