Przeglądaj źródła

Continue running other tests even if checkstyle fails, attempt 2 (#9065)

Change-Id: I6adafe06960b9e6410ba4a4a39432e9a08189221
tags/7.0.0.rc1
Leif Åstrand 11 lat temu
rodzic
commit
2e035d560d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      common.xml

+ 1
- 1
common.xml Wyświetl plik

@@ -363,7 +363,7 @@
<property name="result.dir.full" location="${result.dir}"/>
<mkdir dir="${result.dir}" />
<echo>##teamcity[importData type='checkstyle' path='${result.dir.full}/checkstyle-errors.xml']</echo>
<cs:checkstyle config="${cs.xml}">
<cs:checkstyle config="${cs.xml}" failOnViolation="false">
<fileset dir="${cs.src}" includes="**/*.java" />
<formatter type="xml" toFile="${result.dir}/checkstyle-errors.xml"/>
<property key="checkstyle.header.file" file="${cs.header-file}" />

Ładowanie…
Anuluj
Zapisz