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
When files are linted, temp files are created in the same directory, with the same extension. This is problematic for globbed file watchers (e.g gulp.watch), which can end up triggering when these temp files are created/deleted. These temp files should probably be created within the system's temp directory.
scss-lint does not create temporary files as part of a lint run. Notice that in the issue you reference the files have the substring scsslint in their name—if you grep the scss-lint codebase for scsslint, you will not find it anywhere.
Thus a downstream tool is creating the temporary file, not scss-lint. Hope this helps.
I use PHPStorm, but I have the same issue with the newest version.
It's horrible it creates those tmp files inside source dir, and scsslint for js files does not make any sense...
When files are linted, temp files are created in the same directory, with the same extension. This is problematic for globbed file watchers (e.g
gulp.watch
), which can end up triggering when these temp files are created/deleted. These temp files should probably be created within the system's temp directory.See juanfran/gulp-scss-lint#36 for more info.
The text was updated successfully, but these errors were encountered: