KyleRoss/node-lambda-log

View on GitHub

Showing 32 of 32 total issues

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/

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/

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/

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/

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 "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/

The type 'this' is undefined.
Open

   * @returns {this}          Instance of LambdaLog.
Severity: Minor
Found in lib/LambdaLog.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/

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/

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

   * @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/

Severity
Category
Status
Source
Language