Code Inspections in MongoJS
This topic lists all JetBrains Rider code inspections available in MongoJS.
You can toggle specific inspections or change their severity level on the Editor | Inspection Settings | Inspection Severity | Other Languages settings page CtrlAlt0S.
Inspection | Description | Default Severity |
---|---|---|
Deprecated element | Reports usages of deprecated methods in MongoDB and JavaScript code. The quick-fix replaces deprecated methods with recommended alternatives. Example:
After the quick-fix is applied:
| |
Resolution problems | Reports unresolved references in MongoDB and JavaScript code. Example:
The | |
Statement with side effects | Reports statements that can cause side effects while the data source is in read-only mode. For more information about enabling read-only mode, refer to Enable read-only mode for a connection in the IDE documentation. The Disable read-only mode quick-fix turns off the read-only mode for the respective data source. Example:
|