-
Bug
-
Resolution: Fixed
-
Major
-
None
Warnings regex:
^\s*([^:]+):([0-9]+):([^:]+):([^:]+):\s*(.*)$
results in false positives.
Running acceptance tests, outputs the following which is matched:
Ubuntu ubuntu-server-1404-x64 executed in 0.14 seconds localhost $ scp /var/lib/jenkins/jobs/puppet-bind/workspace ubuntu-server-1404-x64:/etc/puppet/modules/bind {} ubuntu-server-1404-x64 13:48:01$ env PATH="/usr/bin:/opt/puppet-git-repos/hiera/bin:${PATH}" RUBYLIB="/opt/puppet-git-repos/hiera/lib:/opt/puppet-git-repos/hiera-puppet/lib:${RUBYLIB}" facter osfamily Debian
[JENKINS-23827] Puppet-lint regex matching too much
Description |
Original:
Warnings regex: ^\s*([^:]+):([0-9]+):([^:]+):([^:]+):\s*(.*)$ results in false positives. Running acceptance tests, outputs the following which is matched: Ubuntu ubuntu-server-1404-x64 executed in 0.14 seconds localhost $ scp /var/lib/jenkins/jobs/puppet-bind/workspace ubuntu-server-1404-x64:/etc/puppet/modules/bind {} ubuntu-server-1404-x64 13:48:01$ env PATH="/usr/bin:/opt/puppet-git-repos/hiera/bin:${PATH}" RUBYLIB="/opt/puppet-git-repos/hiera/lib:/opt/puppet-git-repos/hiera-puppet/lib:${RUBYLIB}" facter osfamily Debian |
New:
Warnings regex: {noformat} ^\s*([^:]+):([0-9]+):([^:]+):([^:]+):\s*(.*)$ {noformat} results in false positives. Running acceptance tests, outputs the following which is matched: {noformat} Ubuntu ubuntu-server-1404-x64 executed in 0.14 seconds localhost $ scp /var/lib/jenkins/jobs/puppet-bind/workspace ubuntu-server-1404-x64:/etc/puppet/modules/bind {} ubuntu-server-1404-x64 13:48:01$ env PATH="/usr/bin:/opt/puppet-git-repos/hiera/bin:${PATH}" RUBYLIB="/opt/puppet-git-repos/hiera/lib:/opt/puppet-git-repos/hiera-puppet/lib:${RUBYLIB}" facter osfamily Debian {noformat} |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Workflow | Original: JNJira [ 156618 ] | New: JNJira + In-Review [ 195471 ] |
Suggested regex fix: