Skip to content

Commit

Permalink
chore: skip sonar qg
Browse files Browse the repository at this point in the history
  • Loading branch information
albibanushi committed Jun 7, 2024
1 parent 037bbd8 commit 870efed
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ public class GitlabMergeRequestDecorator extends DiscussionAwarePullRequestDecor
public static final String PULLREQUEST_GITLAB_PROJECT_URL = "sonar.pullrequest.gitlab.projectUrl";
public static final String PULLREQUEST_GITLAB_PIPELINE_ID =
"com.github.mc1arke.sonarqube.plugin.branch.pullrequest.gitlab.pipelineId";

public static final String PULLREQUEST_GITLAB_DONT_FAIL_PIPELINE =
"sonar.analysis.com.github.mc1arke.sonarqube.plugin.branch.pullrequest.gitlab.dontFailPipeline";

private final GitlabClientFactory gitlabClientFactory;
private final MarkdownFormatterFactory formatterFactory;

Expand Down

0 comments on commit 870efed

Please sign in to comment.