gilbarbara / codeclimate-stylelint

A Code Climate engine for the mighty, modern CSS linter
24 stars 18 forks source link

Properly set code's path #47

Closed fede-moya closed 3 years ago

fede-moya commented 3 years ago

Looks like the plugin is not using the correct path for the code. We noticed this due to an apparently ignored stylelint configuration. Where we indicated some files to be ignored but they were analyzed despite that. When using styelint's cli the files were properly ignored.

Setting code's path as done in many others codeclimate plugins solves the issue.

You can use the attached file to reproduce the problem. stylelint-test-master.zip