We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69e387f commit b8d3697Copy full SHA for b8d3697
1 file changed
lib/models/events/docker.js
@@ -185,8 +185,8 @@ function isImageBuilder (data) {
185
return ~data.from.indexOf(process.env.DOCKER_IMAGE_BUILDER_NAME);
186
}
187
188
-/*jshint maxcomplexity:10*/
189
function validateDieEventData (data) {
+ /*jshint maxcomplexity:6*/
190
if (!data.uuid) {
191
return Boom.badRequest('Invalid data: uuid is missing');
192
0 commit comments