Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-09-29Danger check for ignored eslint rulesLukas Eipert
We disabled a lot of eslint rules on a per-file basis. This checks touched files for those and reminds you to re-enable the rules and fix them.
2018-09-28Danger check for unprettified JavaScriptLukas Eipert
This adds a Dangerfile which executes `prettier` to find out if someone touched Frontend files and forgot to run it on their current branch.
2018-09-10Added Danger file to lint commit messagesYorick Peterse
This Dangerfile ensures that commit authors write good commit messages. We also prevent the use of Emoji, since these add no value and may not always be displayed properly. Merge commits are currently ignored. In the future we most likely want to stop using these, but this is a separate discussion, hence we ignore them for the time being. The rules enforced by this Dangerfile are based on the article found at https://chris.beams.io/posts/git-commit/. For more information, refer to https://gitlab.com/gitlab-org/gitlab-ce/issues/50003. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/50003
2018-09-06Add Documentation DangerfileAchilleas Pipinellis
Every time a doc change is made, a comment to ping the @gl-docsteam is added.
2018-07-24Add Dangerfile for frozen_string_literalgfyoung
Checks that new Ruby files will enable frozen string literal. Partially addresses #47424.
2018-07-11Start to use Danger for automating MR reviewsRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>