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.
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