Browse Source

DOCS formatting glitches & minor rewording (#1191)

* extra pipe

* missing table header delimiter

* tangled bold and link

* update description for recent versions

* add missing spaces to make linebreaks work

* wording tweak

* revert markup order
tags/7.7
G. Ann Campbell 5 years ago
parent
commit
fefdb9803b

+ 2
- 2
server/sonar-docs/src/pages/faq.md View File

@@ -6,10 +6,10 @@ url: /faq/
## Table of Contents

## How do I get rid of issues that are False-Positives?
**False-Positive and Won't Fix**
**False-Positive and Won't Fix**
You can mark individual issues False Positive or Won't Fix through the issues interface. If you're using Short-lived branch and PR analysis provided by the Developer Edition, issues marked False Positive or Won't Fix will retain that status after merge. This is the preferred approach.

**//NOSONAR**
**//NOSONAR**
Most language analyzers support the use of the generic mechanism: `//NOSONAR` at the end of the line of the issue. This will suppress the all issues - now and in the future - that might be raised on the line.

## How do I find and remove projects that haven't been analyzed in a while?

+ 1
- 0
server/sonar-docs/src/pages/instance-administration/monitoring.md View File

@@ -87,6 +87,7 @@ All these MBeans are read-only. It's not possible to modify or reset their value
[[collapse]]
| ## SonarQube MBean
| Attribute Name | Description
| ---|---
| LogLevel | Log Level: INFO, DEBUG, TRACE
| ServerId | SonarQube Server ID
| Version | SonarQube Version

+ 1
- 1
server/sonar-docs/src/pages/previous-versions.md View File

@@ -5,7 +5,7 @@ url: /previous-versions/

**Not using the latest and greatest version of SonarQube?**

Here are the links to the documentation of previous versions:
Links to recently archived versions are available from the navigation of this site. For older versions, see below:

* [Documentation for 7.3](https://docs.sonarqube.org/display/SONARQUBE73)
* [Documentation for 7.2](https://docs.sonarqube.org/display/SONARQUBE72)

+ 1
- 1
server/sonar-docs/src/pages/project-administration/managing-project-history.md View File

@@ -13,7 +13,7 @@ Occasionally, you may need to manually delete a project snapshot, whether becaus
[[warning]]
|**About deleting snapshots**<br/><br/>
|Deleting a snapshot is a 2-step process:<br/><br/>
|* The snapshot must first be removed from the project history by clicking on Delete snapshot. It |won't be displayed anymore on this History page but will still be present in the database.
|* The snapshot must first be removed from the project history by clicking on Delete snapshot. It won't be displayed anymore on this History page but will still be present in the database.
|* The snapshot is actually deleted during the next project analysis.

At project level, from the front page **Activity** list, choose **Show More** to see the full activity list.

Loading…
Cancel
Save