KyleRoss/node-lambda-log

View on GitHub
lib/LogMessage.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Invalid JSDoc @returns "" type "object".
Open

   * @returns {object} The full log object.
Severity: Minor
Found in lib/LogMessage.js by eslint

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

Invalid JSDoc @type "" type "object".
Open

   * @type {object}
Severity: Minor
Found in lib/LogMessage.js by eslint

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

Invalid JSDoc @param "obj" type "object".
Open

   * @param {object} obj An object with properties to append or overwrite in the metadata.
Severity: Minor
Found in lib/LogMessage.js by eslint

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

Invalid JSDoc @param "log" type "object".
Open

   * @param {object}              log        Object containing all the information for a log.
Severity: Minor
Found in lib/LogMessage.js by eslint

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

Invalid JSDoc @returns "" type "object".
Open

   * @returns {object} The full log object.
Severity: Minor
Found in lib/LogMessage.js by eslint

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

Invalid JSDoc @param "log.meta" type "object".
Open

   * @param {object}              [log.meta] Metadata attached to the log.
Severity: Minor
Found in lib/LogMessage.js by eslint

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

Invalid JSDoc @param "opts" type "object".
Open

   * @param {object}              opts       Configuration options from LambdaLog.
Severity: Minor
Found in lib/LogMessage.js by eslint

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

The type 'object' is undefined.
Open

   * @param {object}              log        Object containing all the information for a log.
Severity: Minor
Found in lib/LogMessage.js by eslint

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

The type 'object' is undefined.
Open

   * @type {object}
Severity: Minor
Found in lib/LogMessage.js by eslint

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

Missing JSDoc @returns declaration.
Open

  /**
Severity: Minor
Found in lib/LogMessage.js by eslint

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

Missing JSDoc @returns declaration.
Open

  /**
Severity: Minor
Found in lib/LogMessage.js by eslint

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

The type 'object' is undefined.
Open

   * @param {object}              [log.meta] Metadata attached to the log.
Severity: Minor
Found in lib/LogMessage.js by eslint

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

Missing JSDoc @returns declaration.
Open

  /**
Severity: Minor
Found in lib/LogMessage.js by eslint

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

The type 'object' is undefined.
Open

   * @param {object} obj An object with properties to append or overwrite in the metadata.
Severity: Minor
Found in lib/LogMessage.js by eslint

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

Missing JSDoc @returns declaration.
Open

  /**
Severity: Minor
Found in lib/LogMessage.js by eslint

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

The type 'object' is undefined.
Open

   * @param {object}              opts       Configuration options from LambdaLog.
Severity: Minor
Found in lib/LogMessage.js by eslint

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

Missing JSDoc @returns declaration.
Open

  /**
Severity: Minor
Found in lib/LogMessage.js by eslint

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

The type 'object' is undefined.
Open

   * @returns {object} The full log object.
Severity: Minor
Found in lib/LogMessage.js by eslint

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

The type 'object' is undefined.
Open

   * @returns {object} The full log object.
Severity: Minor
Found in lib/LogMessage.js by eslint

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

There are no issues that match your filters.

Category
Status