[Puppet Users] Using VS Code with PDK -- how can I manually run puppet-lint?

2022-12-04 Thread Dan Mahoney
Hey there all, I apologize if this is off-topic. If it is, please do let me know where better to ask. I tried joining the puppet-vscode slack but it apparently only works if I have a puppet.com email address. I'm on a mac, using Visual Studio Code with the PDK installed via homebrew. The ve

Re: [Puppet Users] Using VS Code with PDK -- how can I manually run puppet-lint?

2022-12-05 Thread Martin Alfke
PDK allows you to also run rake tasks pdk bundle exec rake -T Gives you an overview on available rake tasks. > On 5. Dec 2022, at 07:08, Dan Mahoney wrote: > > It turns out the answer to my second question is: > > gem install voxpupuli-puppet-lint-plugins > > ...which seems to be a meta pac

Re: [Puppet Users] Using VS Code with PDK -- how can I manually run puppet-lint?

2023-01-10 Thread Dan Mahoney
There is not a way to just run puppet-lint on a file from that. On Mon, Dec 5, 2022 at 4:51 AM Martin Alfke wrote: > PDK allows you to also run rake tasks > > pdk bundle exec rake -T > > Gives you an overview on available rake tasks. > > > On 5. Dec 2022, at 07:08, Dan Mahoney wrote: > > It tur