Skip to content

✨ feat: Automated Docker Image Building & Bug fixes (#55) #119

✨ feat: Automated Docker Image Building & Bug fixes (#55)

✨ feat: Automated Docker Image Building & Bug fixes (#55) #119

GitHub Actions / ESLint Report Analysis failed Oct 6, 2024 in 0s

ESLint Report Analysis

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

Details

4 Error(s):

backend/controllers/farmerController.js line 174

  • Start Line: 174
  • End Line: 174
  • Message: 'bcrypt' is not defined.
    • From: [no-undef]

backend/middlewares/farmerauthMiddleware.js line 21

  • Start Line: 21
  • End Line: 21
  • Message: 'err' is defined but never used.
    • From: [no-unused-vars]

backend/middlewares/farmerauthMiddleware.js line 22

  • Start Line: 22
  • End Line: 22
  • Message: 'error' is not defined.
    • From: [no-undef]

backend/models/OrderModel.js line 2

  • Start Line: 2
  • End Line: 2
  • Message: 'type' is defined but never used.
    • From: [no-unused-vars]

Annotations

Check failure on line 174 in backend/controllers/farmerController.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

backend/controllers/farmerController.js#L174

[no-undef] 'bcrypt' is not defined.

Check failure on line 21 in backend/middlewares/farmerauthMiddleware.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

backend/middlewares/farmerauthMiddleware.js#L21

[no-unused-vars] 'err' is defined but never used.

Check failure on line 22 in backend/middlewares/farmerauthMiddleware.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

backend/middlewares/farmerauthMiddleware.js#L22

[no-undef] 'error' is not defined.

Check failure on line 2 in backend/models/OrderModel.js

See this annotation in the file changed.

@github-actions github-actions / ESLint Report Analysis

backend/models/OrderModel.js#L2

[no-unused-vars] 'type' is defined but never used.