notifme/notifme-sdk

View on GitHub

Showing 171 of 333 total issues

Similar blocks of code found in 4 locations. Consider refactoring.
Open

export default function factory ({ type, ...config }: Object): SlackProviderType {
  switch (type) {
    // Development
    case 'logger':
      return new SlackLoggingProvider(config, 'slack')
Severity: Major
Found in src/providers/slack/index.js and 3 other locations - About 3 hrs to fix
src/providers/voice/index.js on lines 13..33
src/providers/webpush/index.js on lines 13..33
src/providers/whatsapp/index.js on lines 13..33

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 105.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 4 locations. Consider refactoring.
Open

export default function factory ({ type, ...config }: Object): VoiceProviderType {
  switch (type) {
    // Development
    case 'logger':
      return new VoiceLoggerProvider(config, 'voice')
Severity: Major
Found in src/providers/voice/index.js and 3 other locations - About 3 hrs to fix
src/providers/slack/index.js on lines 13..33
src/providers/webpush/index.js on lines 13..33
src/providers/whatsapp/index.js on lines 13..33

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 105.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 4 locations. Consider refactoring.
Open

export default function factory ({ type, ...config }: Object): WhatsappProviderType {
  switch (type) {
    // Development
    case 'logger':
      return new WhatsappLoggingProvider(config, 'whatsapp')
Severity: Major
Found in src/providers/whatsapp/index.js and 3 other locations - About 3 hrs to fix
src/providers/slack/index.js on lines 13..33
src/providers/voice/index.js on lines 13..33
src/providers/webpush/index.js on lines 13..33

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 105.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 4 locations. Consider refactoring.
Open

export default function factory ({ type, ...config }: Object): WebpushProviderType {
  switch (type) {
    // Development
    case 'logger':
      return new WebpushLoggerProvider(config, 'webpush')
Severity: Major
Found in src/providers/webpush/index.js and 3 other locations - About 3 hrs to fix
src/providers/slack/index.js on lines 13..33
src/providers/voice/index.js on lines 13..33
src/providers/whatsapp/index.js on lines 13..33

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 105.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 2 locations. Consider refactoring.
Open

                }, attachments && attachments.length > 0 ? {
                  attachments: attachments.map(function (_ref2) {
                    var contentType = _ref2.contentType,
                      filename = _ref2.filename,
                      content = _ref2.content;
Severity: Major
Found in lib/providers/email/sendgrid.js and 1 other location - About 3 hrs to fix
lib/providers/email/mandrill.js on lines 97..108

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 98.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 2 locations. Consider refactoring.
Open

                  }, attachments && attachments.length ? {
                    attachments: attachments.map(function (_ref2) {
                      var contentType = _ref2.contentType,
                        filename = _ref2.filename,
                        content = _ref2.content;
Severity: Major
Found in lib/providers/email/mandrill.js and 1 other location - About 3 hrs to fix
lib/providers/email/sendgrid.js on lines 116..127

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 98.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 14 locations. Consider refactoring.
Open

function ownKeys(e, r) { var t = _Object$keys(e); if (_Object$getOwnPropertySymbols) { var o = _Object$getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return _Object$getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
Severity: Major
Found in lib/providers/whatsapp/notificationCatcher.js and 13 other locations - About 3 hrs to fix
lib/providers/email/mandrill.js on lines 23..23
lib/providers/email/sendgrid.js on lines 25..25
lib/providers/email/sparkpost.js on lines 24..24
lib/providers/notificationCatcherProvider.js on lines 20..20
lib/providers/push/adm.js on lines 22..22
lib/providers/push/notificationCatcher.js on lines 27..27
lib/providers/push/wns.js on lines 22..22
lib/providers/sms/callr.js on lines 22..22
lib/providers/sms/clickatell.js on lines 21..21
lib/providers/sms/nexmo.js on lines 21..21
lib/providers/webpush/notificationCatcher.js on lines 27..27
lib/providers/whatsapp/infobip.js on lines 26..26
lib/sender.js on lines 26..26

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 95.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 14 locations. Consider refactoring.
Open

function ownKeys(e, r) { var t = _Object$keys(e); if (_Object$getOwnPropertySymbols) { var o = _Object$getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return _Object$getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
Severity: Major
Found in lib/providers/notificationCatcherProvider.js and 13 other locations - About 3 hrs to fix
lib/providers/email/mandrill.js on lines 23..23
lib/providers/email/sendgrid.js on lines 25..25
lib/providers/email/sparkpost.js on lines 24..24
lib/providers/push/adm.js on lines 22..22
lib/providers/push/notificationCatcher.js on lines 27..27
lib/providers/push/wns.js on lines 22..22
lib/providers/sms/callr.js on lines 22..22
lib/providers/sms/clickatell.js on lines 21..21
lib/providers/sms/nexmo.js on lines 21..21
lib/providers/webpush/notificationCatcher.js on lines 27..27
lib/providers/whatsapp/infobip.js on lines 26..26
lib/providers/whatsapp/notificationCatcher.js on lines 27..27
lib/sender.js on lines 26..26

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 95.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 14 locations. Consider refactoring.
Open

function ownKeys(e, r) { var t = _Object$keys2(e); if (_Object$getOwnPropertySymbols) { var o = _Object$getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return _Object$getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
Severity: Major
Found in lib/providers/email/mandrill.js and 13 other locations - About 3 hrs to fix
lib/providers/email/sendgrid.js on lines 25..25
lib/providers/email/sparkpost.js on lines 24..24
lib/providers/notificationCatcherProvider.js on lines 20..20
lib/providers/push/adm.js on lines 22..22
lib/providers/push/notificationCatcher.js on lines 27..27
lib/providers/push/wns.js on lines 22..22
lib/providers/sms/callr.js on lines 22..22
lib/providers/sms/clickatell.js on lines 21..21
lib/providers/sms/nexmo.js on lines 21..21
lib/providers/webpush/notificationCatcher.js on lines 27..27
lib/providers/whatsapp/infobip.js on lines 26..26
lib/providers/whatsapp/notificationCatcher.js on lines 27..27
lib/sender.js on lines 26..26

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 95.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 14 locations. Consider refactoring.
Open

function ownKeys(e, r) { var t = _Object$keys(e); if (_Object$getOwnPropertySymbols) { var o = _Object$getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return _Object$getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
Severity: Major
Found in lib/providers/push/notificationCatcher.js and 13 other locations - About 3 hrs to fix
lib/providers/email/mandrill.js on lines 23..23
lib/providers/email/sendgrid.js on lines 25..25
lib/providers/email/sparkpost.js on lines 24..24
lib/providers/notificationCatcherProvider.js on lines 20..20
lib/providers/push/adm.js on lines 22..22
lib/providers/push/wns.js on lines 22..22
lib/providers/sms/callr.js on lines 22..22
lib/providers/sms/clickatell.js on lines 21..21
lib/providers/sms/nexmo.js on lines 21..21
lib/providers/webpush/notificationCatcher.js on lines 27..27
lib/providers/whatsapp/infobip.js on lines 26..26
lib/providers/whatsapp/notificationCatcher.js on lines 27..27
lib/sender.js on lines 26..26

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 95.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 14 locations. Consider refactoring.
Open

function ownKeys(e, r) { var t = _Object$keys(e); if (_Object$getOwnPropertySymbols) { var o = _Object$getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return _Object$getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
Severity: Major
Found in lib/providers/push/wns.js and 13 other locations - About 3 hrs to fix
lib/providers/email/mandrill.js on lines 23..23
lib/providers/email/sendgrid.js on lines 25..25
lib/providers/email/sparkpost.js on lines 24..24
lib/providers/notificationCatcherProvider.js on lines 20..20
lib/providers/push/adm.js on lines 22..22
lib/providers/push/notificationCatcher.js on lines 27..27
lib/providers/sms/callr.js on lines 22..22
lib/providers/sms/clickatell.js on lines 21..21
lib/providers/sms/nexmo.js on lines 21..21
lib/providers/webpush/notificationCatcher.js on lines 27..27
lib/providers/whatsapp/infobip.js on lines 26..26
lib/providers/whatsapp/notificationCatcher.js on lines 27..27
lib/sender.js on lines 26..26

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 95.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 14 locations. Consider refactoring.
Open

function ownKeys(e, r) { var t = _Object$keys(e); if (_Object$getOwnPropertySymbols) { var o = _Object$getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return _Object$getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
Severity: Major
Found in lib/providers/sms/clickatell.js and 13 other locations - About 3 hrs to fix
lib/providers/email/mandrill.js on lines 23..23
lib/providers/email/sendgrid.js on lines 25..25
lib/providers/email/sparkpost.js on lines 24..24
lib/providers/notificationCatcherProvider.js on lines 20..20
lib/providers/push/adm.js on lines 22..22
lib/providers/push/notificationCatcher.js on lines 27..27
lib/providers/push/wns.js on lines 22..22
lib/providers/sms/callr.js on lines 22..22
lib/providers/sms/nexmo.js on lines 21..21
lib/providers/webpush/notificationCatcher.js on lines 27..27
lib/providers/whatsapp/infobip.js on lines 26..26
lib/providers/whatsapp/notificationCatcher.js on lines 27..27
lib/sender.js on lines 26..26

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 95.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 14 locations. Consider refactoring.
Open

function ownKeys(e, r) { var t = _Object$keys2(e); if (_Object$getOwnPropertySymbols) { var o = _Object$getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return _Object$getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
Severity: Major
Found in lib/providers/sms/callr.js and 13 other locations - About 3 hrs to fix
lib/providers/email/mandrill.js on lines 23..23
lib/providers/email/sendgrid.js on lines 25..25
lib/providers/email/sparkpost.js on lines 24..24
lib/providers/notificationCatcherProvider.js on lines 20..20
lib/providers/push/adm.js on lines 22..22
lib/providers/push/notificationCatcher.js on lines 27..27
lib/providers/push/wns.js on lines 22..22
lib/providers/sms/clickatell.js on lines 21..21
lib/providers/sms/nexmo.js on lines 21..21
lib/providers/webpush/notificationCatcher.js on lines 27..27
lib/providers/whatsapp/infobip.js on lines 26..26
lib/providers/whatsapp/notificationCatcher.js on lines 27..27
lib/sender.js on lines 26..26

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 95.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 14 locations. Consider refactoring.
Open

function ownKeys(e, r) { var t = _Object$keys(e); if (_Object$getOwnPropertySymbols) { var o = _Object$getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return _Object$getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
Severity: Major
Found in lib/providers/sms/nexmo.js and 13 other locations - About 3 hrs to fix
lib/providers/email/mandrill.js on lines 23..23
lib/providers/email/sendgrid.js on lines 25..25
lib/providers/email/sparkpost.js on lines 24..24
lib/providers/notificationCatcherProvider.js on lines 20..20
lib/providers/push/adm.js on lines 22..22
lib/providers/push/notificationCatcher.js on lines 27..27
lib/providers/push/wns.js on lines 22..22
lib/providers/sms/callr.js on lines 22..22
lib/providers/sms/clickatell.js on lines 21..21
lib/providers/webpush/notificationCatcher.js on lines 27..27
lib/providers/whatsapp/infobip.js on lines 26..26
lib/providers/whatsapp/notificationCatcher.js on lines 27..27
lib/sender.js on lines 26..26

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 95.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 14 locations. Consider refactoring.
Open

function ownKeys(e, r) { var t = _Object$keys2(e); if (_Object$getOwnPropertySymbols) { var o = _Object$getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return _Object$getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
Severity: Major
Found in lib/providers/email/sendgrid.js and 13 other locations - About 3 hrs to fix
lib/providers/email/mandrill.js on lines 23..23
lib/providers/email/sparkpost.js on lines 24..24
lib/providers/notificationCatcherProvider.js on lines 20..20
lib/providers/push/adm.js on lines 22..22
lib/providers/push/notificationCatcher.js on lines 27..27
lib/providers/push/wns.js on lines 22..22
lib/providers/sms/callr.js on lines 22..22
lib/providers/sms/clickatell.js on lines 21..21
lib/providers/sms/nexmo.js on lines 21..21
lib/providers/webpush/notificationCatcher.js on lines 27..27
lib/providers/whatsapp/infobip.js on lines 26..26
lib/providers/whatsapp/notificationCatcher.js on lines 27..27
lib/sender.js on lines 26..26

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 95.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 14 locations. Consider refactoring.
Open

function ownKeys(e, r) { var t = _Object$keys(e); if (_Object$getOwnPropertySymbols) { var o = _Object$getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return _Object$getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
Severity: Major
Found in lib/providers/push/adm.js and 13 other locations - About 3 hrs to fix
lib/providers/email/mandrill.js on lines 23..23
lib/providers/email/sendgrid.js on lines 25..25
lib/providers/email/sparkpost.js on lines 24..24
lib/providers/notificationCatcherProvider.js on lines 20..20
lib/providers/push/notificationCatcher.js on lines 27..27
lib/providers/push/wns.js on lines 22..22
lib/providers/sms/callr.js on lines 22..22
lib/providers/sms/clickatell.js on lines 21..21
lib/providers/sms/nexmo.js on lines 21..21
lib/providers/webpush/notificationCatcher.js on lines 27..27
lib/providers/whatsapp/infobip.js on lines 26..26
lib/providers/whatsapp/notificationCatcher.js on lines 27..27
lib/sender.js on lines 26..26

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 95.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 14 locations. Consider refactoring.
Open

function ownKeys(e, r) { var t = _Object$keys2(e); if (_Object$getOwnPropertySymbols) { var o = _Object$getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return _Object$getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
Severity: Major
Found in lib/sender.js and 13 other locations - About 3 hrs to fix
lib/providers/email/mandrill.js on lines 23..23
lib/providers/email/sendgrid.js on lines 25..25
lib/providers/email/sparkpost.js on lines 24..24
lib/providers/notificationCatcherProvider.js on lines 20..20
lib/providers/push/adm.js on lines 22..22
lib/providers/push/notificationCatcher.js on lines 27..27
lib/providers/push/wns.js on lines 22..22
lib/providers/sms/callr.js on lines 22..22
lib/providers/sms/clickatell.js on lines 21..21
lib/providers/sms/nexmo.js on lines 21..21
lib/providers/webpush/notificationCatcher.js on lines 27..27
lib/providers/whatsapp/infobip.js on lines 26..26
lib/providers/whatsapp/notificationCatcher.js on lines 27..27

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 95.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 14 locations. Consider refactoring.
Open

function ownKeys(e, r) { var t = _Object$keys2(e); if (_Object$getOwnPropertySymbols) { var o = _Object$getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return _Object$getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
Severity: Major
Found in lib/providers/whatsapp/infobip.js and 13 other locations - About 3 hrs to fix
lib/providers/email/mandrill.js on lines 23..23
lib/providers/email/sendgrid.js on lines 25..25
lib/providers/email/sparkpost.js on lines 24..24
lib/providers/notificationCatcherProvider.js on lines 20..20
lib/providers/push/adm.js on lines 22..22
lib/providers/push/notificationCatcher.js on lines 27..27
lib/providers/push/wns.js on lines 22..22
lib/providers/sms/callr.js on lines 22..22
lib/providers/sms/clickatell.js on lines 21..21
lib/providers/sms/nexmo.js on lines 21..21
lib/providers/webpush/notificationCatcher.js on lines 27..27
lib/providers/whatsapp/notificationCatcher.js on lines 27..27
lib/sender.js on lines 26..26

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 95.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 14 locations. Consider refactoring.
Open

function ownKeys(e, r) { var t = _Object$keys2(e); if (_Object$getOwnPropertySymbols) { var o = _Object$getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return _Object$getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
Severity: Major
Found in lib/providers/email/sparkpost.js and 13 other locations - About 3 hrs to fix
lib/providers/email/mandrill.js on lines 23..23
lib/providers/email/sendgrid.js on lines 25..25
lib/providers/notificationCatcherProvider.js on lines 20..20
lib/providers/push/adm.js on lines 22..22
lib/providers/push/notificationCatcher.js on lines 27..27
lib/providers/push/wns.js on lines 22..22
lib/providers/sms/callr.js on lines 22..22
lib/providers/sms/clickatell.js on lines 21..21
lib/providers/sms/nexmo.js on lines 21..21
lib/providers/webpush/notificationCatcher.js on lines 27..27
lib/providers/whatsapp/infobip.js on lines 26..26
lib/providers/whatsapp/notificationCatcher.js on lines 27..27
lib/sender.js on lines 26..26

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 95.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 14 locations. Consider refactoring.
Open

function ownKeys(e, r) { var t = _Object$keys(e); if (_Object$getOwnPropertySymbols) { var o = _Object$getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return _Object$getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
Severity: Major
Found in lib/providers/webpush/notificationCatcher.js and 13 other locations - About 3 hrs to fix
lib/providers/email/mandrill.js on lines 23..23
lib/providers/email/sendgrid.js on lines 25..25
lib/providers/email/sparkpost.js on lines 24..24
lib/providers/notificationCatcherProvider.js on lines 20..20
lib/providers/push/adm.js on lines 22..22
lib/providers/push/notificationCatcher.js on lines 27..27
lib/providers/push/wns.js on lines 22..22
lib/providers/sms/callr.js on lines 22..22
lib/providers/sms/clickatell.js on lines 21..21
lib/providers/sms/nexmo.js on lines 21..21
lib/providers/whatsapp/infobip.js on lines 26..26
lib/providers/whatsapp/notificationCatcher.js on lines 27..27
lib/sender.js on lines 26..26

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 95.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Severity
Category
Status
Source
Language