From b667b9ad1caff34e0f1a4e0dc46bb0a38310add0 Mon Sep 17 00:00:00 2001 From: decaffeinate Date: Mon, 13 Jan 2020 20:00:40 +0100 Subject: [PATCH] decaffeinate: Run post-processing cleanups on HealthCheckController.coffee and 2 other files --- services/notifications/app/coffee/HealthCheckController.js | 7 +++++++ services/notifications/app/coffee/Notifications.js | 7 +++++++ .../notifications/app/coffee/NotificationsController.js | 6 ++++++ 3 files changed, 20 insertions(+) diff --git a/services/notifications/app/coffee/HealthCheckController.js b/services/notifications/app/coffee/HealthCheckController.js index 3022d770f4..57b24892b1 100644 --- a/services/notifications/app/coffee/HealthCheckController.js +++ b/services/notifications/app/coffee/HealthCheckController.js @@ -1,3 +1,10 @@ +/* eslint-disable + camelcase, + no-dupe-keys, + standard/no-callback-literal, +*/ +// TODO: This file was created by bulk-decaffeinate. +// Fix any style issues and re-enable lint. /* * decaffeinate suggestions: * DS102: Remove unnecessary code created because of implicit returns diff --git a/services/notifications/app/coffee/Notifications.js b/services/notifications/app/coffee/Notifications.js index 7db2053588..f1edf123c9 100644 --- a/services/notifications/app/coffee/Notifications.js +++ b/services/notifications/app/coffee/Notifications.js @@ -1,3 +1,10 @@ +/* eslint-disable + camelcase, + handle-callback-err, + no-unused-vars, +*/ +// TODO: This file was created by bulk-decaffeinate. +// Fix any style issues and re-enable lint. /* * decaffeinate suggestions: * DS102: Remove unnecessary code created because of implicit returns diff --git a/services/notifications/app/coffee/NotificationsController.js b/services/notifications/app/coffee/NotificationsController.js index 01f2ef97ac..82201ba645 100644 --- a/services/notifications/app/coffee/NotificationsController.js +++ b/services/notifications/app/coffee/NotificationsController.js @@ -1,3 +1,9 @@ +/* eslint-disable + camelcase, + handle-callback-err, +*/ +// TODO: This file was created by bulk-decaffeinate. +// Fix any style issues and re-enable lint. /* * decaffeinate suggestions: * DS102: Remove unnecessary code created because of implicit returns