JetBrains Rider 2018.1 Help

Code Inspections in General

InspectionDescriptionDefault Severity
Inconsistent line separators

This inspection detects files with line separators different from the project default. E.g. you set the line separator to "\n" in the Settings|Code Style|Line separator, and the file you are editing uses '\r\n' as a line separator.

Disabled
Problematic whitespace Disabled
TODO comment Disabled
Line is longer than allowed by code style

Inspection warns you of lines which are longer than right margin parameter in Code Style settings.

Disabled
Injected References

Checks references injected by IntelliLang plugin.

Error
Validate imports

Validate ES6 imports

Weak warning
Use of possibly unassigned property in a static initializer

Reports when a class member initializer references another non-hoisted class member that could be not initialized yet.

Class members initialization happens consequently for fields, thus, a field cannot reference another field declared later.

Warning
Annotator

Allows you to see problems reported by language annotators in the results of batch code inspection.

Error
Syntax error

Allows you to see syntax errors in the results of batch code inspection.

Error
Last modified: 20 August 2018