use X-Consul-Token header instead of token query parameter #180
ci.yml
on: pull_request
Puppet
/
Static validations
26s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
9 errors
Puppet / Static validations:
lib/puppet/provider/consul_acl/default.rb#L44
Style/StringConcatenation: Prefer string interpolation to string concatenation. (https://rubystyle.guide#string-interpolation)
|
Puppet / Static validations:
lib/puppet/provider/consul_acl/default.rb#L44
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols. (https://rubystyle.guide#consistent-string-literals)
|
Puppet / Static validations:
lib/puppet/provider/consul_acl/default.rb#L45
Style/RedundantInterpolation: Prefer `to_s` over string interpolation.
|
Puppet / Static validations:
lib/puppet/provider/consul_acl/default.rb#L99
Style/RedundantInterpolation: Prefer `to_s` over string interpolation.
|
Puppet / Static validations:
lib/puppet/provider/consul_key_value/default.rb#L46
Style/RedundantInterpolation: Prefer `to_s` over string interpolation.
|
Puppet / Static validations:
lib/puppet/provider/consul_key_value/default.rb#L94
Style/RedundantInterpolation: Prefer `to_s` over string interpolation.
|
Puppet / Static validations:
lib/puppet/provider/consul_prepared_query/default.rb#L41
Style/RedundantInterpolation: Prefer `to_s` over string interpolation.
|
Puppet / Static validations:
lib/puppet/provider/consul_prepared_query/default.rb#L84
Style/RedundantInterpolation: Prefer `to_s` over string interpolation.
|
Puppet / Static validations
Process completed with exit code 1.
|