formated #21
GitHub Actions / ESLint Report Analysis
failed
Oct 14, 2024 in 0s
ESLint Report Analysis
2 ESLint error(s) and 0 ESLint warning(s) found in pull request changed files.
Details
Pull Request Changed Files ESLint Results:
2 ESLint error(s) and 0 ESLint warning(s) found
2 Error(s):
backend/controllers/DLOcontroller.js
line 161
- Start Line:
161
- End Line:
161
- Message: 'name' is assigned a value but never used.
- From: [
no-unused-vars
]
- From: [
backend/controllers/DLOcontroller.js
line 186
- Start Line:
186
- End Line:
186
- Message: 'mongoose' is not defined.
- From: [
no-undef
]
- From: [
Annotations
Check failure on line 161 in backend/controllers/DLOcontroller.js
github-actions / ESLint Report Analysis
backend/controllers/DLOcontroller.js#L161
[no-unused-vars] 'name' is assigned a value but never used.
Check failure on line 186 in backend/controllers/DLOcontroller.js
github-actions / ESLint Report Analysis
backend/controllers/DLOcontroller.js#L186
[no-undef] 'mongoose' is not defined.
Loading