From 0395225fb4613e4251cb1ed7394f2e562857750f Mon Sep 17 00:00:00 2001 From: "G. Ann Campbell" Date: Tue, 15 Jan 2019 12:46:11 -0500 Subject: [PATCH] DOCS add missing ')' --- server/sonar-docs/src/pages/setup/upgrade-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/sonar-docs/src/pages/setup/upgrade-notes.md b/server/sonar-docs/src/pages/setup/upgrade-notes.md index 4fe6e6ad132..72eaadcc700 100644 --- a/server/sonar-docs/src/pages/setup/upgrade-notes.md +++ b/server/sonar-docs/src/pages/setup/upgrade-notes.md @@ -11,7 +11,7 @@ Quality Gates have been streamlined to remove a number of confusing options. Con This version drops the concept of module from the interface. There is no longer a homepage presentation for any level below the project itself. Additionally, the presentation of the project has been updated in the Measures and Code pages to display the project tree as it is in the file system. For the most part (see below) analysis of multi-module projects will continue to work as it has. **Multi-Module analysis properties removed** -Multi-module analysis configuration may need to be changed ([MMF-365](https://jira.sonarsource.com/browse/MMF-365): +Multi-module analysis configuration may need to be changed ([MMF-365](https://jira.sonarsource.com/browse/MMF-365)): * When the following inclusion / exclusion types are specified in the analysis properties at project level, they must be relative to the project / analysis root: source files, test files, coverage, and duplications. Paths specified at project level will continue to be re-applied at module level but will raise a warning. This backward-compatibile behavior is considered deprecated and will be dropped in a future version. * Specifying source encoding, and issue inclusions / exclusions at module level is no longer supported. -- 2.39.5