summaryrefslogtreecommitdiff
path: root/danger/frozen_string/Dangerfile
Commit message (Collapse)AuthorAgeFilesLines
* Make the frozen_string Danger check more resilientRobert Speicher2018-07-251-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_literalgfyoung2018-07-241-0/+27
Checks that new Ruby files will enable frozen string literal. Partially addresses #47424.