Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-18 | 1 | -1/+1 |
| | |||||
* | Add new GitlabDanger class | Ash McKenzie | 2019-09-06 | 1 | -5/+7 |
| | | | | This class encapsulates our use of the Danger gem. | ||||
* | Revert "Merge branch '66596-allow-danger-to-be-run-locally' into 'master'"revert-351d72cb | Ash McKenzie | 2019-09-06 | 1 | -7/+5 |
| | | | This reverts merge request !32196 | ||||
* | Update some Danger rules to not rely upon CI66596-allow-danger-to-be-run-locally | Ash McKenzie | 2019-09-06 | 1 | -5/+7 |
| | | | | | Convert a bunch of Danger rules so they can run locally. | ||||
* | 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. |