elgervb/mock-data

View on GitHub

Showing 4,535 of 4,535 total issues

Forbidden bitwise operation
Open

    const r = Math.random() * 16 | 0;
Severity: Minor
Found in src/random/guid.ts by tslint

Rule: no-bitwise

Disallows bitwise operators.

Specifically, the following bitwise operators are banned: &, &=, |, |=, ^, ^=, <<, <<=, >>, >>=, >>>, >>>=, and ~. This rule does not ban the use of & and | for intersection and union types.

Rationale

Bitwise operators are often typos - for example bool1 & bool2 instead of bool1 && bool2. They also can be an indicator of overly clever code which decreases maintainability.

Config

Not configurable.

Examples
"no-bitwise": true

For more information see this page.

asterisks in jsdoc must be aligned
Open

  * Generate a mock
Severity: Minor
Found in src/blueprint/registry.ts by tslint

Rule: jsdoc-format

Enforces basic format rules for JSDoc comments.

The following rules are enforced for JSDoc comments (comments starting with /**):

  • each line contains an asterisk and asterisks must be aligned
  • each asterisk must be followed by either a space or a newline (except for the first and the last)
  • the only characters before the asterisk on each line must be whitespace characters
  • one line comments must start with /** and end with */
  • multiline comments don't allow text after /** in the first line (with option "check-multiline-start")
Rationale

Helps maintain a consistent, readable style for JSDoc comments.

Config

You can optionally specify the option "check-multiline-start" to enforce the first line of a multiline JSDoc comment to be empty.

Examples
"jsdoc-format": true
"jsdoc-format": true,check-multiline-start
Schema
{
  "type": "array",
  "minItems": 0,
  "maxItems": 1,
  "items": {
    "type": "string",
    "enum": [
      "check-multiline-start"
    ]
  }
}

For more information see this page.

Forbidden bitwise operation
Open

    const v = c === 'x' ? r : (r & 0x3 | 0x8);
Severity: Minor
Found in src/random/guid.ts by tslint

Rule: no-bitwise

Disallows bitwise operators.

Specifically, the following bitwise operators are banned: &, &=, |, |=, ^, ^=, <<, <<=, >>, >>=, >>>, >>>=, and ~. This rule does not ban the use of & and | for intersection and union types.

Rationale

Bitwise operators are often typos - for example bool1 & bool2 instead of bool1 && bool2. They also can be an indicator of overly clever code which decreases maintainability.

Config

Not configurable.

Examples
"no-bitwise": true

For more information see this page.

asterisks in jsdoc must be aligned
Open

  */
Severity: Minor
Found in src/blueprint/registry.ts by tslint

Rule: jsdoc-format

Enforces basic format rules for JSDoc comments.

The following rules are enforced for JSDoc comments (comments starting with /**):

  • each line contains an asterisk and asterisks must be aligned
  • each asterisk must be followed by either a space or a newline (except for the first and the last)
  • the only characters before the asterisk on each line must be whitespace characters
  • one line comments must start with /** and end with */
  • multiline comments don't allow text after /** in the first line (with option "check-multiline-start")
Rationale

Helps maintain a consistent, readable style for JSDoc comments.

Config

You can optionally specify the option "check-multiline-start" to enforce the first line of a multiline JSDoc comment to be empty.

Examples
"jsdoc-format": true
"jsdoc-format": true,check-multiline-start
Schema
{
  "type": "array",
  "minItems": 0,
  "maxItems": 1,
  "items": {
    "type": "string",
    "enum": [
      "check-multiline-start"
    ]
  }
}

For more information see this page.

Forbidden bitwise operation
Open

    const v = c === 'x' ? r : (r & 0x3 | 0x8);
Severity: Minor
Found in src/random/guid.ts by tslint

Rule: no-bitwise

Disallows bitwise operators.

Specifically, the following bitwise operators are banned: &, &=, |, |=, ^, ^=, <<, <<=, >>, >>=, >>>, >>>=, and ~. This rule does not ban the use of & and | for intersection and union types.

Rationale

Bitwise operators are often typos - for example bool1 & bool2 instead of bool1 && bool2. They also can be an indicator of overly clever code which decreases maintainability.

Config

Not configurable.

Examples
"no-bitwise": true

For more information see this page.

Incorrect end of line character(s) found.
Open

Severity: Minor
Found in yarn.lock by editorconfig

Incorrect end of line character(s) found.
Open

    source-map "^0.5.0"
Severity: Minor
Found in yarn.lock by editorconfig

Incorrect end of line character(s) found.
Open

  dependencies:
Severity: Minor
Found in yarn.lock by editorconfig

Incorrect end of line character(s) found.
Open

    browserslist "^4.14.5"
Severity: Minor
Found in yarn.lock by editorconfig

Incorrect end of line character(s) found.
Open

  version "7.12.13"
Severity: Minor
Found in yarn.lock by editorconfig

Incorrect end of line character(s) found.
Open

  integrity sha512-Gz1eiX+4yDO8mT+heB94aLVNCL+rbuT2xy4YfyNqu8F+OI6vMvJK891qGBTqL9Uc8wxEvRW92Id6G7sDen3fFw==
Severity: Minor
Found in yarn.lock by editorconfig

Incorrect end of line character(s) found.
Open

"@babel/code-frame@7.12.11":
Severity: Minor
Found in yarn.lock by editorconfig

Incorrect end of line character(s) found.
Open

  integrity sha512-wZso/vyF4ki0l0znlgM4inxbdrUvCb+cVz8grxDq+6C9k6qbqoIJteQOKicaKjCipU3ISV+XedCqpL2RJJVehA==
Severity: Minor
Found in yarn.lock by editorconfig

Incorrect end of line character(s) found.
Open

    "@babel/traverse" "^7.13.13"
Severity: Minor
Found in yarn.lock by editorconfig

Incorrect end of line character(s) found.
Open

  dependencies:
Severity: Minor
Found in yarn.lock by editorconfig

Incorrect end of line character(s) found.
Open

  resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz#93ad656db3c3c2232559fd7b2c3dbdcbe0eb377a"
Severity: Minor
Found in yarn.lock by editorconfig

Incorrect end of line character(s) found.
Open

Severity: Minor
Found in yarn.lock by editorconfig

Incorrect end of line character(s) found.
Open

    "@babel/generator" "^7.13.9"
Severity: Minor
Found in yarn.lock by editorconfig

Incorrect end of line character(s) found.
Open

Severity: Minor
Found in yarn.lock by editorconfig

Incorrect end of line character(s) found.
Open

"@babel/helper-module-imports@^7.13.12":
Severity: Minor
Found in yarn.lock by editorconfig
Severity
Category
Status
Source
Language