puppetlabs / pdk

The shortest path to better modules: Puppet Development Kit; Download:
https://puppet.com/download-puppet-development-kit
Apache License 2.0
225 stars 106 forks source link

(CAT-648) - Mark release*.rb files as non-executable #1378

Closed jordanbreen28 closed 2 months ago

jordanbreen28 commented 2 months ago

Summary

Prior to this PR, the release.rb and release_spec.rb files were marked as executable. This was an error, and these files do not need to have these permissions. This PR updates the permissions of these files to match the other files found in the ./lib/pdk/cli and ./spec/unit/pdk/cli directories.

Additional Context

Add any additional context about the problem here.

Related Issues (if any)

Mention any related issues or pull requests.

Checklist

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 88.54%. Comparing base (da0a3b8) to head (fb4ecb8).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1378 +/- ## ======================================= Coverage 88.54% 88.54% ======================================= Files 127 127 Lines 5334 5334 ======================================= Hits 4723 4723 Misses 611 611 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.