KyleRoss/node-lambda-log

View on GitHub

Showing 32 of 32 total issues

The type 'object' is undefined.
Open

   * @param  {object}               [meta={}] Optional meta data to attach to the log.
Severity: Minor
Found in lib/LambdaLog.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/

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/

Missing JSDoc @returns declaration.
Open

  /**
Severity: Minor
Found in lib/LambdaLog.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/

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/

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/

Present JSDoc @returns declaration but not available return expression in function.
Open

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

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

The type 'object' is undefined.
Open

   * @param  {object}               [meta={}] Optional meta data to attach to the log.
Severity: Minor
Found in lib/LambdaLog.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/

The type 'object' is undefined.
Open

     * @param {object}        [meta={}] Optional meta data to attach to the log.
Severity: Minor
Found in lib/LambdaLog.js by eslint

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

The type 'object' is undefined.
Open

   * @param  {object} [meta={}]  Optional meta data to attach to the log.
Severity: Minor
Found in lib/LambdaLog.js by eslint

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

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

   * @param  {object}               [meta={}] Optional meta data to attach to the log.
Severity: Minor
Found in lib/LambdaLog.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/

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

   * @param {object.<string, string|Function>} [levels={}]  Allows adding and customizing log levels. DEPRECATED
Severity: Minor
Found in lib/LambdaLog.js by eslint

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

The type 'object' is undefined.
Open

   * @param {object.<string, string|Function>} [levels={}]  Allows adding and customizing log levels. DEPRECATED
Severity: Minor
Found in lib/LambdaLog.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/

Severity
Category
Status
Source
Language