Skip to content

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

Sign in for the full log view
GitHub Actions / ESLint Report Analysis failed Dec 20, 2024 in 1s

ESLint Report Analysis

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

Details

3 Error(s):

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]

Annotations

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.