Matthew,
This seems to be a change in your linting settings, which the update should not have affected at all, so definitely strange to have this happen post update.
1) I’m assuming you’re talking about TypeScript or JavaScript, can you confirm the language?
2) Were you seeing these same issues as Warnings earlier, or were you not seeing them at all?
3) If TypeScript, can you go to Preferences > CodeMix > Extensions > TSLint and see if, Always Show Rule Failures as Warnings
is checked? If not, check it and re-open your editor to see if the issue is fixed.
4) If #3 does not help, can you send us the tslint.json
(TypeScript) or eslint.json
(JavaScript) files from your project’s folder? That should be where the severity for these issues can be set.
Apologies for the inconvenience caused, hope to be able to resolve this in short order.