iamstarkov / gulp-csscomb-lint

Gulp plugin for linting css files with CSScomb
7 stars 4 forks source link

Allow for Less/Sass checking #3

Open therebelrobot opened 8 years ago

therebelrobot commented 8 years ago

I use a .csscomb.json file for formatting in one of my projects, and auto-formatters work with Less files, in specific, this linter fails on Less comments:

/path/to/project/node_modules/csscomb-core/lib/core.js:412
            throw e;
            ^
/path/to/project/src/less/app.less
Please check the validity of the block starting from line #3

1 | @import 'global-styles/main';
3*| // Colors
5 | @dark-blue:#18364c;

Gonzales PE version: 3.0.0-10
CSScomb Core version: 2.0.4

I'm running Mac OS X Yosemite, Node 5.3.0, Gulp 3.9.0

iamstarkov commented 8 years ago

sorry, im not able to maintain this project anymore. do you want to help?