idok / sass-lint-plugin

SASS Lint plugin for Intellij
https://plugins.jetbrains.com/plugin/8171
MIT License
31 stars 5 forks source link

changes to yml file is not applied until you disable/re-enable plugin #17

Closed cuongluu8 closed 6 years ago

cuongluu8 commented 7 years ago
  1. Error shown on scss file, e.g. indentation expect 2 got 4
  2. change .sass-lint.yml, to turn indention rule off, e.g. indentation: 0
  3. Error remains on scss file
  4. Disable sass-lint plugin. Apply.
  5. Enable sass-lint plugin. Apply.
  6. Error has gone from scss file

Is this expected behaviour? I would hope scss-lint.yml changes would be applied immediately.

idok commented 7 years ago

Doesn't reproduce sass-config-update

cuongluu8 commented 7 years ago

Just tried this again and it was still broken for me. However checked the version of sass-lint I was using and it was 1.10.2. When I upgraded to use the latest 1.12.1 it did work as you have pointed out. Do you have any explanation on why the latest version of sass-lint can fix the plugin?

idok commented 6 years ago

maybe changes in the core code