You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a .puppet-lint.rc file at the root of my workspace containing only the following line :
--no-140chars-check
If I use the puppet-lint command from a terminal, it uses this config file and ignores the warnings about long lines. However, the linting in vscode still shows the warnings.
What is Expected?
The linting in vscode should enforce the options set in .puppet-lint.rc.
The text was updated successfully, but these errors were encountered:
Cross ref: puppetlabs/puppet-vscode#304
Original author: @setaou
What Versions are you running?
OS Version: Ubuntu 18.04
VSCode Version: 1.24.1
Puppet Extension Version: 0.10.0
Puppet Agent Version: 4.10.4
What You Are Seeing?
I have a .puppet-lint.rc file at the root of my workspace containing only the following line :
--no-140chars-check
If I use the puppet-lint command from a terminal, it uses this config file and ignores the warnings about long lines. However, the linting in vscode still shows the warnings.
What is Expected?
The linting in vscode should enforce the options set in .puppet-lint.rc.
The text was updated successfully, but these errors were encountered: