ManageIQ/miq_bot

Don't run linters on backport PRs

Open

#206 opened on Jul 5, 2016

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Ruby (38 forks)auto 404
enhancementhelp wantedpinned

Repository metrics

Stars
 (16 stars)
PR merge metrics
 (PR metrics pending)

Description

When backporting it's probably better to keep the code in the same form as the original PR and not make any further changes. As such, we probably want to disable rubocop and haml-lint on PRs to non-master. This may be doable by reusing the branch disablement code.

Contributor guide