summaryrefslogtreecommitdiff
path: root/danger/frozen_string/Dangerfile
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc41GitLab Bot2021-02-051-47/+0
|
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-5/+24
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-1/+1
|
* Add new GitlabDanger classAsh McKenzie2019-09-061-5/+7
| | | | This class encapsulates our use of the Danger gem.
* Revert "Merge branch '66596-allow-danger-to-be-run-locally' into 'master'"revert-351d72cbAsh McKenzie2019-09-061-7/+5
| | | This reverts merge request !32196
* Update some Danger rules to not rely upon CI66596-allow-danger-to-be-run-locallyAsh McKenzie2019-09-061-5/+7
| | | | | Convert a bunch of Danger rules so they can run locally.
* 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.