6 Rules
| ID | Name | Severity |
|---|---|---|
| 1101958 | Avoid artifacts having db.collection.ensureIndex() to create new indexes |
medium
|
| 1101962 | Avoid using explain() in production code |
medium
|
| 1101964 | When using compound indexes, avoid having different index ordering in collection access |
medium
|
| 1101968 | Avoid having multiple Artifacts updating data on the same NoSQL Collection |
medium
|
| 1101970 | Avoid having multiple Artifacts inserting data on the same NoSQL Collection |
medium
|
| 1101972 | Avoid having multiple artifacts deleting data on the same NoSQL collection |
medium
|