Skip to content

Commit

Permalink
Apply code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
reyamam authored and reda-alaoui committed Jul 31, 2023
1 parent 248c078 commit 1e1eabd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,6 @@ node {
someIssuesTitleTemplate: '<total_count> SonarQube violations have been found.',
issueCommentTemplate : '<severity> SonarQube violation:\n\n\n<message>\n\n\nRead more: <rule_url>'
omitDuplicateComments : 'If true, comments with the same content at the same place will be omitted by Gerrit. Defaults to false.'
],
scoreConfig: [
issueFilterConfig: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,6 @@ public void setPath(String path) {
backCompatibilityHelper.setPath(path);
}


@Deprecated
public String getSonarURL() {
return backCompatibilityHelper.getSonarURL();
Expand Down

0 comments on commit 1e1eabd

Please sign in to comment.