Validate ruby file layout in module #1056
Unanswered
sanfrancrisko
asked this question in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Originally reported in PDK-677 by @DavidS :
ruby files under lib must match specific criteria so that they do not break pluginsync:
the entire pathname has to be shorter than ~200 characters to avoid breaking on windows (need to verify exact number on a windows machine)
files in lib/puppet_x/ must be namespaced to forgename, and modulename
Acceptance Criteria:
pdk validate
checks the criteria in the description and provides appropriate error messages if violatedBeta Was this translation helpful? Give feedback.
All reactions