JetBrains Rider 2020.3 Help

Code Inspections in Less

This topic lists all JetBrains Rider code inspections available in Less.

You can toggle specific inspections or change their severity level on the Editor | Inspection Settings | Inspection Severity | Other Languages page of the Settings/Preferences Ctrl+Alt+S.

InspectionDescriptionDefault Severity
Resolved by name only

This inspection warns about less elements that are not imported explicitly and resolved through all project less-files only by name.
You have no guaranties that these elements will be resolved at the production.

Weak Warning Weak warning
Unresolved mixin

This inspection warns about less mixin invocation which can't be resolved to any valid target.

Warning Warning
Unresolved variable

This inspection warns about less variable references which can't be resolved to any valid target.

Warning Warning
Last modified: 08 March 2021