Issue #20815 has been updated by Adrien Thebo. Status changed from In Topic Branch Pending Review to Merged - Pending Release Target version set to 3.3.0
Merged into master in 2dd097c; this should be released in 3.3.0. ---------------------------------------- Bug #20815: template for module does not comply with style guide https://projects.puppetlabs.com/issues/20815#change-91289 * Author: Garrett Honeycutt * Status: Merged - Pending Release * Priority: Normal * Assignee: * Category: module tool * Target version: 3.3.0 * Affected Puppet version: * Keywords: style, module * Branch: https://github.com/puppetlabs/puppet/pull/1657 ---------------------------------------- Running `rake lint` on any code created with `puppet module generate` produces the following warnings. <pre> tests/init.pp - WARNING: line has more than 80 characters on line 5 tests/init.pp - WARNING: line has more than 80 characters on line 6 tests/init.pp - WARNING: line has more than 80 characters on line 9 </pre> -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
