Open
Description
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
- /opt/puppetlabs and /opt/rh are being included in the lint run despite setting envvar EXCLUDE_PATHS
- Puppetlabs provided code isn't lintted and triggers 58 errors
Steps to Reproduce
Steps to reproduce the behavior:
podman run --rm -v $(pwd):/repo puppet/puppet-dev-tools rake lint
Environment
- Version: docker.io/puppet/puppet-dev-tools latest 5bf29c2ea031
- Platform: SLES15sp3
Additional Context
Add any other context about the problem here.