Skip to content

Commit f70cc65

Browse files
committed
docs: drop stale Sonar references and fix metrics changelog link
1 parent 1eb240e commit f70cc65

5 files changed

Lines changed: 3 additions & 9 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ We would like all developers to follow a standard development flow and coding st
147147
2. Review the code before submission.
148148
3. Run standardized tests.
149149
150-
`Sonar`-scanner and CI checks (GitHub Actions) will be automatically triggered when a pull request has been submitted. When a PR passes all the checks, the **java-tron** maintainers will then review the PR and offer feedback and modifications when necessary. Once adopted, the PR will be closed and merged into the `develop` branch.
150+
CI checks (GitHub Actions) will be automatically triggered when a pull request has been submitted. When a PR passes all the checks, the **java-tron** maintainers will then review the PR and offer feedback and modifications when necessary. Once adopted, the PR will be closed and merged into the `develop` branch.
151151
152152
We are glad to receive your pull requests and will try our best to review them as soon as we can. Any pull request is welcome, even if it is for a typo.
153153
@@ -158,7 +158,6 @@ Please do not be discouraged if your pull request is not accepted, as it may be
158158
Please make sure your submission meets the following code style:
159159
160160
- The code must conform to [Google Code Style](https://google.github.io/styleguide/javaguide.html).
161-
- The code must have passed the Sonar scanner test.
162161
- The code has to be pulled from the `develop` branch.
163162
- The commit message should start with a verb, whose initial should not be capitalized.
164163
- The commit message title should be between 10 and 72 characters in length.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ More detailed guides live in the [`docs/`](./docs) directory:
204204
- **Protocol**
205205
- [TRON Protobuf Protocol Document](./docs/protobuf-protocol-document.md) — the maintained, authoritative Protobuf protocol reference
206206
- **Observability**
207-
- [Metrics Changelog](./docs/metrics_changelog.md) — Prometheus metric additions, changes, and removals across java-tron releases
207+
- [Metrics Changelog](./docs/metrics-changelog.md) — Prometheus metric additions, changes, and removals across java-tron releases
208208

209209
# Community
210210

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This file tracks Prometheus metric additions, changes, and removals in java-tron
1919

2020
**Pre-4.8.2 Baseline**
2121

22-
Snapshot of metrics emitted prior to this changelog. Per-version provenance is not tracked here; consult `git log` on [`common/src/main/java/org/tron/common/prometheus/`](common/src/main/java/org/tron/common/prometheus/) for exact origin of each metric.
22+
Snapshot of metrics emitted prior to this changelog. Per-version provenance is not tracked here; consult `git log` on [`common/src/main/java/org/tron/common/prometheus/`](../common/src/main/java/org/tron/common/prometheus/) for exact origin of each metric.
2323

2424
### Existing Metrics
2525

framework/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
plugins {
22
id "org.gradle.test-retry" version "1.5.9"
3-
id "org.sonarqube" version "2.6"
43
id "com.gorylenko.gradle-git-properties" version "2.4.1"
54
}
65

plugins/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
plugins {
2-
id "org.sonarqube" version "2.6"
3-
}
4-
51
apply plugin: 'application'
62
apply plugin: 'checkstyle'
73

0 commit comments

Comments
 (0)