{
  "checkbuild": {
    // "buddyjs"
    "enable": ["david", "jshint", "jsinspect", "nsp"],
    // don't exit immediately if one of the tools reports an error (default true)
    "continueOnError": true,
    // don't exit(1) even if we had some failures (default false)
    "allowFailures": false
  },
  "jshint": {
    "args": ["src/**.js"]
  },
  "jscs": {
    "args": ["src/**.js"],
    "url":"https://raw.githubusercontent.com/FGRibreau/javascript/master/.jscsrc"
  },
  "jsinspect": {
    "args": ["src/**.js"],
    "diff": true,
    "threshold": 50
  },
  "david": {
    "error": {
      "ESCM": false
    }
  },
  "nsp": {}
}
