-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Temp files triggers error in watch tasks #45
Comments
@idok |
@idok
I tried with other IDE's and only InteliJ based IDE suffer from this illness |
I quickly searched your repo for private static final String SCSS_LINT_TMP = "_scsslint_tmp";
And the file creation here: // try to create a temp file next to original file
retFile = File.createTempFile(this.baseName + SCSS_LINT_TMP, this.extension, new File(originalFile.getParent().getPath()));
|
I have this issue, too |
Me too. Or me three. Or four. This breaks the watch and requires rerunning gulp. Inconvenient. Any help would be appreciated! For now trying trying to mitigate by adding |
@AndyOGo |
@aspirinchaos Anyway I switched to webpack and didn't experience this bug there... |
I have created an Issue now directly at JetBrains |
Hi Andy, |
Hi @idok Btw. I already found the bug here:
Obviously this code seems to run for any extension ( |
SCSS Lint plugin should and as far as I know only lints scss files. |
@idok |
This issue still exist! My dev runner nodemon is restarting and throwing errors. |
Versions
scss-lint version: I can't tell, cause it seems to be bundled with PHPStorm
OS: Mac OS X El Capitan 10.11.6
IDEA product and version: PHPStorm 2016.2
Description
SCSS-lint tries to lint JS files.
There seems to be an related issue, but it does not seem to be resolved:
#13
Steps to Reproduce
Expected behavior:
Actual behavior:
The text was updated successfully, but these errors were encountered: