File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
user_guide/features/metrics Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 8888linkcheck_allowed_redirects = {
8989 # All HTTP redirections from the source URI to
9090 # the canonical URI will be treated as "working".
91- r"https://github\.com/.*" : r"https://github\.com/login*"
91+ r"https://github\.com/.*" : r"https://github\.com/login*" ,
92+ r"https://sonarcloud\.io.*" : r"https://www.sonarsource\.com/products/sonarcloud/.*" ,
9293}
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ are summarized into reports:
6060
6161#. SonarQube analysis
6262 This summarization tool feeds into a feature-rich UI provided by
63- `Sonar <https://docs.sonarsource.com/sonarqube-server >`__. The total coverage
63+ `Sonar <https://docs.sonarsource.com/sonarqube-server/latest/ >`__. The total coverage
6464 is calculated as a percentage and visually displayed per line on the altered code.
6565 Security & linting issues are displayed in a list with links to the code & textual
6666 descriptions on why they should be fixed and how they can be fixed. Additionally,
You can’t perform that action at this time.
0 commit comments