idok / scss-lint-plugin

SCSS Lint plugin for intellij
http://plugins.jetbrains.com/plugin/7530
93 stars 8 forks source link

"No SCSS files specified" warning when editing files excluded by config #10

Closed peterjmag closed 9 years ago

peterjmag commented 9 years ago

I've created a small repo with a test case and project settings at https://github.com/peterjmag/scss-lint-plugin-exclude-test.

To reproduce:

  1. Configure the plugin to use a specific config file.

    screen shot 2015-02-20 at 11 07 14

  2. Add an excluded file to the config:

    exclude:
       - 'test.scss'
  3. Edit the excluded file.

I get the following in PhpStorm's Event Log on every inspection:

11:05:26 SCSS Lint
         No SCSS files specified

This doesn't happen when the plugin is configured to "Let scss-lint search for config up the folder tree".

Some details about my environment: