puppetlabs / puppet-lint

Check that your Puppet manifests conform to the style guide
https://puppetlabs.github.io/puppet-lint/
MIT License
18 stars 12 forks source link

(HACKATHON) Check for deprecated functions #201

Open david22swan opened 1 month ago

david22swan commented 1 month ago

Summary

Check to see if any deprecated Puppet functions are present within the code. These functions where removed as of Puppet 8 and puppetlabs-stdlib v9.0.0

Checklist

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 93.21%. Comparing base (72f0e05) to head (df458b4).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #201 +/- ## ========================================== + Coverage 93.19% 93.21% +0.02% ========================================== Files 55 56 +1 Lines 1792 1799 +7 ========================================== + Hits 1670 1677 +7 Misses 122 122 ```

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