mimiz/rabbitmq-event-manager

View on GitHub

Showing 28 of 28 total issues

Calls to 'console.error' are not allowed.
Open

    console.error(err);
Severity: Minor
Found in demo/docker/run.ts by tslint

Rule: no-console

Bans the use of specified console methods.

Rationale

In general, console methods aren't appropriate for production code.

Config

A list of method names to ban. If no method names are provided, all console methods are banned.

Examples
"no-console": true,log,error
Schema
{
  "type": "array",
  "items": {
    "type": "string"
  }
}

For more information see this page.

Calls to 'console.log' are not allowed.
Open

  console.log('You should have 1 messages in the QUEUE_NO_QUEUE');
Severity: Minor
Found in demo/docker/run.ts by tslint

Rule: no-console

Bans the use of specified console methods.

Rationale

In general, console methods aren't appropriate for production code.

Config

A list of method names to ban. If no method names are provided, all console methods are banned.

Examples
"no-console": true,log,error
Schema
{
  "type": "array",
  "items": {
    "type": "string"
  }
}

For more information see this page.

Calls to 'console.error' are not allowed.
Open

    console.error(err);
Severity: Minor
Found in demo/cloudamqp/run.ts by tslint

Rule: no-console

Bans the use of specified console methods.

Rationale

In general, console methods aren't appropriate for production code.

Config

A list of method names to ban. If no method names are provided, all console methods are banned.

Examples
"no-console": true,log,error
Schema
{
  "type": "array",
  "items": {
    "type": "string"
  }
}

For more information see this page.

Calls to 'console.log' are not allowed.
Open

    console.log('message received', payload);
Severity: Minor
Found in demo/cloudamqp/run.ts by tslint

Rule: no-console

Bans the use of specified console methods.

Rationale

In general, console methods aren't appropriate for production code.

Config

A list of method names to ban. If no method names are provided, all console methods are banned.

Examples
"no-console": true,log,error
Schema
{
  "type": "array",
  "items": {
    "type": "string"
  }
}

For more information see this page.

Calls to 'console.log' are not allowed.
Open

  console.log('You should have 1 messages in the QUEUE_NO_QUEUE');
Severity: Minor
Found in demo/cloudamqp/run.ts by tslint

Rule: no-console

Bans the use of specified console methods.

Rationale

In general, console methods aren't appropriate for production code.

Config

A list of method names to ban. If no method names are provided, all console methods are banned.

Examples
"no-console": true,log,error
Schema
{
  "type": "array",
  "items": {
    "type": "string"
  }
}

For more information see this page.

Calls to 'console.error' are not allowed.
Open

    console.error(help);
Severity: Minor
Found in demo/cloudamqp/run.ts by tslint

Rule: no-console

Bans the use of specified console methods.

Rationale

In general, console methods aren't appropriate for production code.

Config

A list of method names to ban. If no method names are provided, all console methods are banned.

Examples
"no-console": true,log,error
Schema
{
  "type": "array",
  "items": {
    "type": "string"
  }
}

For more information see this page.

Calls to 'console.log' are not allowed.
Open

  console.log('You should have 2 messages in the DEAD_LETTER_QUEUE');
Severity: Minor
Found in demo/docker/run.ts by tslint

Rule: no-console

Bans the use of specified console methods.

Rationale

In general, console methods aren't appropriate for production code.

Config

A list of method names to ban. If no method names are provided, all console methods are banned.

Examples
"no-console": true,log,error
Schema
{
  "type": "array",
  "items": {
    "type": "string"
  }
}

For more information see this page.

Calls to 'console.log' are not allowed.
Open

  console.log('You should have 2 messages in the DEAD_LETTER_QUEUE');
Severity: Minor
Found in demo/cloudamqp/run.ts by tslint

Rule: no-console

Bans the use of specified console methods.

Rationale

In general, console methods aren't appropriate for production code.

Config

A list of method names to ban. If no method names are provided, all console methods are banned.

Examples
"no-console": true,log,error
Schema
{
  "type": "array",
  "items": {
    "type": "string"
  }
}

For more information see this page.

Severity
Category
Status
Source
Language