Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace UTF-8 whitespace in comment #748

Merged
merged 1 commit into from
Mar 26, 2018

Conversation

bernhardschmidt
Copy link

There is an UTF-8 whitespace which blows up older puppet-lint versions. Replace with space character

./modules/apt/manifests/source.pp
/usr/lib/ruby/vendor_ruby/puppet-lint/checks.rb:23:in `split': invalid byte sequence in US-ASCII (ArgumentError)
	from /usr/lib/ruby/vendor_ruby/puppet-lint/checks.rb:23:in `load_data'
	from /usr/lib/ruby/vendor_ruby/puppet-lint/checks.rb:53:in `run'
	from /usr/lib/ruby/vendor_ruby/puppet-lint.rb:174:in `run'
	from /usr/lib/ruby/vendor_ruby/puppet-lint/bin.rb:59:in `block in run'
	from /usr/lib/ruby/vendor_ruby/puppet-lint/bin.rb:56:in `each'
	from /usr/lib/ruby/vendor_ruby/puppet-lint/bin.rb:56:in `run'
	from /usr/bin/puppet-lint:7:in `<main>'
Detected error

There is an UTF-8 whitespace which blows up older puppet-lint versions. Replace with space character

./modules/apt/manifests/source.pp
/usr/lib/ruby/vendor_ruby/puppet-lint/checks.rb:23:in `split': invalid byte sequence in US-ASCII (ArgumentError)
	from /usr/lib/ruby/vendor_ruby/puppet-lint/checks.rb:23:in `load_data'
	from /usr/lib/ruby/vendor_ruby/puppet-lint/checks.rb:53:in `run'
	from /usr/lib/ruby/vendor_ruby/puppet-lint.rb:174:in `run'
	from /usr/lib/ruby/vendor_ruby/puppet-lint/bin.rb:59:in `block in run'
	from /usr/lib/ruby/vendor_ruby/puppet-lint/bin.rb:56:in `each'
	from /usr/lib/ruby/vendor_ruby/puppet-lint/bin.rb:56:in `run'
	from /usr/bin/puppet-lint:7:in `<main>'
Detected error
@hunner hunner merged commit 756c7eb into puppetlabs:master Mar 26, 2018
hunner added a commit that referenced this pull request Mar 26, 2018
Replace UTF-8 whitespace in comment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants