forked from phoedos/pmd
[ci] Update pmdtester to 1.1.1, disable debug
This commit is contained in:
@ -50,8 +50,7 @@ function regression_tester_uploadBaseline() {
|
|||||||
--patch-branch ${baseline_branch} \
|
--patch-branch ${baseline_branch} \
|
||||||
--patch-config ./pmd/.ci/files/all-java.xml \
|
--patch-config ./pmd/.ci/files/all-java.xml \
|
||||||
--list-of-project ./pmd/.ci/files/project-list.xml --html-flag \
|
--list-of-project ./pmd/.ci/files/project-list.xml --html-flag \
|
||||||
--error-recovery \
|
--error-recovery
|
||||||
--debug
|
|
||||||
pushd target/reports
|
pushd target/reports
|
||||||
BRANCH_FILENAME="${baseline_branch/\//_}"
|
BRANCH_FILENAME="${baseline_branch/\//_}"
|
||||||
zip -q -r ${BRANCH_FILENAME}-baseline.zip ${BRANCH_FILENAME}/
|
zip -q -r ${BRANCH_FILENAME}-baseline.zip ${BRANCH_FILENAME}/
|
||||||
|
@ -16,7 +16,7 @@ def run_pmdtester
|
|||||||
'--auto-gen-config',
|
'--auto-gen-config',
|
||||||
'--error-recovery',
|
'--error-recovery',
|
||||||
'--baseline-download-url', 'https://pmd-code.org/pmd-regression-tester/',
|
'--baseline-download-url', 'https://pmd-code.org/pmd-regression-tester/',
|
||||||
'--debug',
|
#'--debug',
|
||||||
]
|
]
|
||||||
begin
|
begin
|
||||||
@summary = PmdTester::Runner.new(argv).run
|
@summary = PmdTester::Runner.new(argv).run
|
||||||
|
2
Gemfile
2
Gemfile
@ -3,7 +3,7 @@ source 'https://rubygems.org/'
|
|||||||
# bleeding edge from git
|
# bleeding edge from git
|
||||||
#gem 'pmdtester', :git => 'https://github.com/pmd/pmd-regression-tester.git'
|
#gem 'pmdtester', :git => 'https://github.com/pmd/pmd-regression-tester.git'
|
||||||
|
|
||||||
gem 'pmdtester', '~> 1.1'
|
gem 'pmdtester', '~> 1'
|
||||||
gem 'danger', '~> 5.6', '>= 5.6'
|
gem 'danger', '~> 5.6', '>= 5.6'
|
||||||
|
|
||||||
# This group is only needed for rendering release notes
|
# This group is only needed for rendering release notes
|
||||||
|
@ -31,7 +31,7 @@ GEM
|
|||||||
multipart-post (>= 1.2, < 3)
|
multipart-post (>= 1.2, < 3)
|
||||||
faraday-http-cache (1.3.1)
|
faraday-http-cache (1.3.1)
|
||||||
faraday (~> 0.8)
|
faraday (~> 0.8)
|
||||||
fugit (1.4.1)
|
fugit (1.4.2)
|
||||||
et-orbi (~> 1.1, >= 1.1.8)
|
et-orbi (~> 1.1, >= 1.1.8)
|
||||||
raabro (~> 1.4)
|
raabro (~> 1.4)
|
||||||
git (1.8.1)
|
git (1.8.1)
|
||||||
@ -50,11 +50,11 @@ GEM
|
|||||||
faraday (>= 0.9)
|
faraday (>= 0.9)
|
||||||
sawyer (~> 0.8.0, >= 0.5.3)
|
sawyer (~> 0.8.0, >= 0.5.3)
|
||||||
open4 (1.3.4)
|
open4 (1.3.4)
|
||||||
pmdtester (1.1.0)
|
pmdtester (1.1.1)
|
||||||
differ (~> 0.1)
|
differ (~> 0.1)
|
||||||
liquid (>= 4.0)
|
liquid (>= 4.0)
|
||||||
logger-colors (~> 1.0)
|
logger-colors (~> 1.0)
|
||||||
nokogiri (~> 1.8)
|
nokogiri (>= 1.11.0.rc4)
|
||||||
rufus-scheduler (~> 3.5)
|
rufus-scheduler (~> 3.5)
|
||||||
slop (~> 4.6)
|
slop (~> 4.6)
|
||||||
public_suffix (4.0.6)
|
public_suffix (4.0.6)
|
||||||
@ -81,7 +81,7 @@ PLATFORMS
|
|||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
danger (~> 5.6, >= 5.6)
|
danger (~> 5.6, >= 5.6)
|
||||||
liquid (>= 4.0.0)
|
liquid (>= 4.0.0)
|
||||||
pmdtester (~> 1.1)
|
pmdtester (~> 1)
|
||||||
rouge (>= 1.7, < 4)
|
rouge (>= 1.7, < 4)
|
||||||
safe_yaml (>= 1.0)
|
safe_yaml (>= 1.0)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user