puppetlabs / puppet-dev-tools

Puppet development tools in a Docker image
Apache License 2.0
12 stars 25 forks source link

Possible issue with EXCLUDE_PATHS #118

Open mazzystr opened 2 years ago

mazzystr commented 2 years ago

Describe the Bug

I'm running the container as suggested... podman run --rm -v $(pwd):/repo puppet/puppet-dev-tools rake lint

Expected Behavior

I expect only my code base to be linted

Observed Behavior

1) /opt/puppetlabs and /opt/rh are being included in the lint run despite setting envvar EXCLUDE_PATHS 2) Puppetlabs provided code isn't lintted and triggers 58 errors

Steps to Reproduce

Steps to reproduce the behavior:

  1. podman run --rm -v $(pwd):/repo puppet/puppet-dev-tools rake lint

Environment

Additional Context

Add any other context about the problem here.

mazzystr commented 2 years ago

10 days without a bug triage? hm.