aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-docs/src/pages/analysis
diff options
context:
space:
mode:
authorStas Vilchik <stas.vilchik@sonarsource.com>2018-07-19 15:04:53 +0200
committerSonarTech <sonartech@sonarsource.com>2018-07-25 20:21:20 +0200
commit7b1ee59a8b7ffb30e2ed21c1eacf83bc5cff8f43 (patch)
tree1b96d7262290ed0a70144d8d4050d72a84e5a70b /server/sonar-docs/src/pages/analysis
parentd9ad95d17f255c88590c24b60069d5f3bcc10d39 (diff)
downloadsonarqube-7b1ee59a8b7ffb30e2ed21c1eacf83bc5cff8f43.tar.gz
sonarqube-7b1ee59a8b7ffb30e2ed21c1eacf83bc5cff8f43.zip
SONAR-11015 Allow to add links for SonarQube global spaces (#531)
Diffstat (limited to 'server/sonar-docs/src/pages/analysis')
-rw-r--r--server/sonar-docs/src/pages/analysis/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-docs/src/pages/analysis/index.md b/server/sonar-docs/src/pages/analysis/index.md
index 8ddcdcd12d9..066993ae887 100644
--- a/server/sonar-docs/src/pages/analysis/index.md
+++ b/server/sonar-docs/src/pages/analysis/index.md
@@ -29,7 +29,7 @@ SonarQube can perform analysis on 20+ different languages. The outcome of this a
* A dynamic analysis of code can be performed on certain languages.
## Will _all_ files be analyzed?
-By default, only files that are recognized by a language analyzer are loaded into the project during analysis. For example if your SonarQube instance had only SonarJava SonarJS on board, all .java and .js files would be loaded, but .xml files would be ignored. However, it is possible to import all text files in a project by setting **Settings > Exclusions > Files > Import unknown files** to true.
+By default, only files that are recognized by a language analyzer are loaded into the project during analysis. For example if your SonarQube instance had only SonarJava SonarJS on board, all .java and .js files would be loaded, but .xml files would be ignored. However, it is possible to import all text files in a project by setting [**Settings > Exclusions > Files > Import unknown files**](/#sonarqube-admin#/admin/settings?category=exclusions) to true.
## What happens during analysis?
During analysis, data is requested from the server, the files provided to the analysis are analyzed, and the resulting data is sent back to the server at the end in the form of a report, which is then analyzed asynchronously server-side.