epoberezkin/ajv-merge-patch

View on GitHub
keywords/patch.js

Summary

Maintainability
A
1 hr
Test Coverage

Function exports has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function(ajv) {
  addKeyword(ajv, '$patch', jsonPatch.applyPatch, {
    "type": "array",
    "items": {
      "type": "object",
Severity: Minor
Found in keywords/patch.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status