summaryrefslogtreecommitdiff
path: root/danger/specs
Commit message (Collapse)AuthorAgeFilesLines
* Also count specs in new files in Danger checkconsider-added-specs-in-danger-checksSean McGivern2018-10-231-2/+4
| | | | | | | | We have a Danger check that warns if you made changes in app/ but not in spec/. However, this only checked for changed files - not new files. If you added an app file with no specs, it wouldn't warn; and it would warn erroneously if you added a missing spec file while changing a file in app/.
* Improve danger/specs/Dangerfile by not requiring new specs if specific ↵move-danger-to-test-stageRémy Coutable2018-07-171-4/+10
| | | | | | labels are applied Signed-off-by: Rémy Coutable <remy@rymai.me>
* Autocorrect RuboCop violations in danger/**/DangerfileRobert Speicher2018-07-111-3/+1
|
* Improve Danger files after first reviewRémy Coutable2018-07-111-6/+7
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Start to use Danger for automating MR reviewsRémy Coutable2018-07-111-0/+13
Signed-off-by: Rémy Coutable <remy@rymai.me>