Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vscode/content/en/docs/Features/Linting.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ description: >
Automatic puppet-lint linting and error checking
---

Linting is automatically applied to the document as you edit, without having to save the file first. The validation uses [puppet-lint](https://github.com/rodjek/puppet-lint) to validate the Puppet syntax in all open puppet files. Errors and warnings appear in the Problems window in VSCode.
Linting is automatically applied to the document as you edit, without having to save the file first. The validation uses [puppet-lint](https://github.com/puppetlabs/puppet-lint) to validate the Puppet syntax in all open puppet files. Errors and warnings appear in the Problems window in VSCode.