Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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

edc1eaa
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

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

chore(deps): update dependency eslint-config-love to v114
edc1eaa
Select commit
Loading
Failed to load commit list.
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.