mschuchard / linter-ansible-linting

ansible-lint linter for pulsar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When click on an warning, Linter creates a new file instead of opening it.

firemdkfighter opened this issue · comments

And Atom show error:
image

These are actually two separate issues. The first is that you either do not have ansible-lint installed, or have not provided the path to it in the config settings for the package. The second is that you are trying to save the file to a directory that either does not exist or you do not have access to, but that is unrelated to any Atom packages or ansible-lint.

I think what he means is this:

When clicking on the warning in the linting pane, it creates a new empty file, and throws that error.