Skip to content

chore(deps): update dependency eslint-config-love to v114

Sign in for the full log view
GitHub Actions / ESLint Report Analysis failed Jan 9, 2025 in 0s

ESLint Report Analysis

5 ESLint error(s) and 0 ESLint warning(s) found

Details

5 Error(s):

src/tests/clippy.test.ts line 45

  • Start Line: 45
  • End Line: 47
  • Message: Too many nested callbacks (4). Maximum allowed is 3.
    • From: [max-nested-callbacks]

src/tests/clippy.test.ts line 68

  • Start Line: 68
  • End Line: 79
  • Message: Arrow function has a complexity of 22. Maximum allowed is 5.
    • From: [complexity]

src/tests/clippy.test.ts line 101

  • Start Line: 101
  • End Line: 112
  • Message: Arrow function has a complexity of 19. Maximum allowed is 5.
    • From: [complexity]

src/tests/clippy.test.ts line 133

  • Start Line: 133
  • End Line: 165
  • Message: Arrow function has a complexity of 7. Maximum allowed is 5.
    • From: [complexity]

src/tests/clippy.test.ts line 138

  • Start Line: 138
  • End Line: 140
  • Message: Too many nested callbacks (4). Maximum allowed is 3.
    • From: [max-nested-callbacks]

Annotations

Check failure on line 47 in src/tests/clippy.test.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/tests/clippy.test.ts#L45-L47

[max-nested-callbacks] Too many nested callbacks (4). Maximum allowed is 3.

Check failure on line 79 in src/tests/clippy.test.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/tests/clippy.test.ts#L68-L79

[complexity] Arrow function has a complexity of 22. Maximum allowed is 5.

Check failure on line 112 in src/tests/clippy.test.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/tests/clippy.test.ts#L101-L112

[complexity] Arrow function has a complexity of 19. Maximum allowed is 5.

Check failure on line 165 in src/tests/clippy.test.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/tests/clippy.test.ts#L133-L165

[complexity] Arrow function has a complexity of 7. Maximum allowed is 5.

Check failure on line 140 in src/tests/clippy.test.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

src/tests/clippy.test.ts#L138-L140

[max-nested-callbacks] Too many nested callbacks (4). Maximum allowed is 3.