Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the frozen_string Danger check more resilient | Robert Speicher | 2018-07-25 | 1 | -6/+5 |
| | | | | | | | It's possible for a Ruby file to be empty and thus `gets` returns `nil`. Also indents the Markdown since we're using `<<~` and removes an unneeded variable. | ||||
* | Add Dangerfile for frozen_string_literal | gfyoung | 2018-07-24 | 1 | -0/+27 |
Checks that new Ruby files will enable frozen string literal. Partially addresses #47424. |