chore(deps): update dependency eslint-config-love to v114 #1147
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
]
- From: [
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
]
- From: [
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
]
- From: [
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
]
- From: [
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
]
- From: [
Annotations
Check failure on line 47 in src/tests/clippy.test.ts
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
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
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
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
github-actions / ESLint Report Analysis
src/tests/clippy.test.ts#L138-L140
[max-nested-callbacks] Too many nested callbacks (4). Maximum allowed is 3.