diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2018-07-19 15:04:53 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-07-25 20:21:20 +0200 |
commit | 7b1ee59a8b7ffb30e2ed21c1eacf83bc5cff8f43 (patch) | |
tree | 1b96d7262290ed0a70144d8d4050d72a84e5a70b /server/sonar-docs/src/pages | |
parent | d9ad95d17f255c88590c24b60069d5f3bcc10d39 (diff) | |
download | sonarqube-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')
-rw-r--r-- | server/sonar-docs/src/pages/analysis/index.md | 2 | ||||
-rw-r--r-- | server/sonar-docs/src/pages/quality-profiles.md | 2 |
2 files changed, 2 insertions, 2 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. diff --git a/server/sonar-docs/src/pages/quality-profiles.md b/server/sonar-docs/src/pages/quality-profiles.md index c6c746dbe09..1e9c03e95e6 100644 --- a/server/sonar-docs/src/pages/quality-profiles.md +++ b/server/sonar-docs/src/pages/quality-profiles.md @@ -12,7 +12,7 @@ Ideally, all projects will be measured with the same profile for any given langu * You want to ensure stronger requirements on some of your applications (internal frameworks for example). * Etc. -Which is why you can define as many quality profiles as you wish even though it is recommended to have as few Quality Profiles as possible to ensure consistency across the projects in your company. To manage quality profiles, go to **Quality Profiles** (top bar), where you'll find profiles grouped by language. +Which is why you can define as many quality profiles as you wish even though it is recommended to have as few Quality Profiles as possible to ensure consistency across the projects in your company. To manage quality profiles, go to <!-- sonarqube -->[**Quality Profiles**](/#sonarqube#/profiles)<!-- /sonarqube --><!-- sonarcloud -->**Quality Profiles** page of your organization<!-- /sonarcloud -->, where you'll find profiles grouped by language. Each language plugin comes with a predefined, built-in profile (usually called "Sonar way") so that you can get started very quickly with SonarQube analyses. This is why as soon as you install a new language plugin, at least one quality profile will be available for you. Each language must have a default profile (marked with the Default tag). Projects that are not explicitly associated with a specific profile will be analyzed using the language's default profile. |