makeomatic/ms-files

View on GitHub
src/custom/cappasity-process-pre.js

Summary

Maintainability
A
1 hr
Test Coverage

Function finishPost has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function finishPost(props) {
  const { amqp, config } = this;
  const { updateMetadata, audience, exportAudience } = config.users;
  const { exported, sourceSHA } = props;

Severity: Minor
Found in src/custom/cappasity-process-pre.js - About 1 hr to fix

    Parsing error: The keyword 'const' is reserved
    Open

    const Promise = require('bluebird');
    Severity: Minor
    Found in src/custom/cappasity-process-pre.js by eslint

    For more information visit Source: http://eslint.org/docs/rules/

    There are no issues that match your filters.

    Category
    Status