Skip to content

Commit 69e387f

Browse files
up max comp
1 parent 8a9294b commit 69e387f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/models/events/docker.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ function isImageBuilder (data) {
185185
return ~data.from.indexOf(process.env.DOCKER_IMAGE_BUILDER_NAME);
186186
}
187187

188+
/*jshint maxcomplexity:10*/
188189
function validateDieEventData (data) {
189190
if (!data.uuid) {
190191
return Boom.badRequest('Invalid data: uuid is missing');

0 commit comments

Comments
 (0)