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
{{ message }}
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
We are using gjslint in our atom package and whenever we want to lint a file that hasn't been saved to disk yet, we have to save it to a temp location to be able to use it with gjslint. It would be nice to have it accept files via stdin like other linters do. They often have a parameter such as -s/--stdin for this kind-of purposes. The linters who look for rc or configuration files using that file path take additional parameters like --stdin-filepath.
We are using
gjslint
in our atom package and whenever we want to lint a file that hasn't been saved to disk yet, we have to save it to a temp location to be able to use it withgjslint
. It would be nice to have it accept files via stdin like other linters do. They often have a parameter such as-s/--stdin
for this kind-of purposes. The linters who look forrc
or configuration files using that file path take additional parameters like--stdin-filepath
.Ref: AtomLinter/linter-gjslint#16
The text was updated successfully, but these errors were encountered: