Webstorm commit code analysis issues
Webstorm 2018.2.5 WS-182.4892.25 on OSX 10.13.6
When I do a commit to github with the 'perform code analysis checked, it does indeed do the code analysis. However, I do not want it to validate CSS during the code analysis. I have disabled CSS, Less, and SASS/SCSS in the Editor>Inspections settings and expected those to be excluded during commit.
Should I expect that to work? If not, how can I exclude CSS from code analysis?
Thanks!
Please sign in to leave a comment.
Code inspections run before commit use your current inspections profile, so, if you disable certains inspections there (clear all CSS inspections in Settings | Editor | Inspections, for example), they won't be performed on committing
That's what I would expect, but I do not see that happening. I have disabled CSS, SCSS, and Less and its still validating CSS files when I'm viewing them as well as during a commit.
works for me. please provide screenshots that illustrate the issue (including screenshots of your inspections preferences)