Indentation in lint.yml
Closed this issue · 1 comments
kromesky commented
I was having a problem when issuing the gulp command. I got the error You need to have Ruby and scss-lint gem installed
.
I do have Ruby and scss-lint installed, and after a bit of googling I found this issue plugin not seeing Ruby or scss-lint gem? which points to the issue of indentation in the lint.yml. I edited lint.yml to use 2 spaces for indentation, and this seemed to fix the problem for me.
kiswa commented
Good to know. I'll update the file!