Andreas
Andreas
@idok Did you have any chance to look into this. It seems to be really weird for two reasons: - it lints `.js` files with scsslint... - tmp files are...
I quickly searched your repo for `scsslint` and the following two hints came up: ``` java private static final String SCSS_LINT_TMP = "_scsslint_tmp"; ``` https://github.com/idok/scss-lint-plugin/blob/63215554eb3c194478a7617ca611a1df7281d92f/intellij-common/src/com/wix/ThreadLocalActualFile.java#L25 And the file creation here:...
@aspirinchaos Unfortunately no, I still don't know how to disable this 😞 Though I can confirm that in case of Gulp this issue can be workarounded by adding GLOB exclusion...
I have created an Issue now directly at JetBrains https://youtrack.jetbrains.com/issue/WI-37757
Hi @idok No, nothing related to SCSS. Btw. I already found the bug [here](https://github.com/idok/scss-lint-plugin/issues/45#issuecomment-247543028): > I quickly searched your repo for `scsslint` and the following two hints came up: >...
@idok Sure I use ESLint, but installed as node package. Unfortunately I reported this issue about a year ago, meanwhile I changed my stack a lot. to wepback, stylelint, ......
@idok Any feedback
@franktopel I wrote an email to [email protected] which can be found here: https://plugins.jetbrains.com/plugin/7530-scss-lint
@idok Thanks for your quick answer. I'm personally interested in #45
Nope, zero activity 😞 No aswers from @idok . In the readme [`idok/scss-lint-plugin`](https://github.com/idok/scss-lint-plugin/tree/master/intellij-common) is linked as a dependency. I guess this causes the bug.