Repository: flex-falcon Updated Branches: refs/heads/develop ffb211bf0 -> 916b2b2c8
- Excluded generated sources from sonarqube analysis Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/916b2b2c Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/916b2b2c Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/916b2b2c Branch: refs/heads/develop Commit: 916b2b2c855a8c393bb3d332e2bad369dee8c9b3 Parents: ffb211b Author: Christofer Dutz <[email protected]> Authored: Sun Jun 26 11:34:21 2016 +0200 Committer: Christofer Dutz <[email protected]> Committed: Sun Jun 26 11:34:21 2016 +0200 ---------------------------------------------------------------------- compiler/pom.xml | 12 ------------ pom.xml | 2 ++ 2 files changed, 2 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/916b2b2c/compiler/pom.xml ---------------------------------------------------------------------- diff --git a/compiler/pom.xml b/compiler/pom.xml index 5a22937..c9745bd 100644 --- a/compiler/pom.xml +++ b/compiler/pom.xml @@ -34,18 +34,6 @@ <name>Apache Flex - FlexJS: Compiler</name> <description>The Apache Flex Falcon Compiler</description> - <properties> - <!-- - These classes are generated and have a huge amount of errors and warning, - but it's not much we can do about them here as we would have to change JBurg - itself. - --> - <sonar.exclusions> - org/apache/flex/compiler/internal/as/codegen/CmcEmitter.java, - flash/tools/debugger/expression/AS3DebuggerBURM.java - </sonar.exclusions> - </properties> - <build> <plugins> <!-- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/916b2b2c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a8a3d6a..f971ee3 100644 --- a/pom.xml +++ b/pom.xml @@ -133,6 +133,8 @@ <!-- Tell sonar where the coverage reports are located --> <sonar.jacoco.reportPath>${project.build.directory}/coverage-reports/jacoco-ut.exec</sonar.jacoco.reportPath> <sonar.jacoco.itReportPath>${project.build.directory}/coverage-reports/jacoco-it.exec</sonar.jacoco.itReportPath> + <!-- Exclude all generated code --> + <sonar.exclusions>file:**/generated-sources/**</sonar.exclusions> </properties> <!--
