Skip to content

Commit

Permalink
Ignoring depcheck temporarily (#3393)
Browse files Browse the repository at this point in the history
Signed-off-by: Jonsy13 <[email protected]>
  • Loading branch information
Jonsy13 authored Dec 15, 2021
1 parent bf706df commit 61adb2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions litmus-portal/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ frontend-services-checks:
@echo "--> checking code style [frontend]"
@echo "------------------"
cd frontend && npm i eslint --no-save && npm run lint
@echo "------------------"
@echo "--> Check litmusportal frontend [depcheck]"
@echo "------------------"
cd frontend && npm i depcheck --no-save && node_modules/.bin/depcheck --skip-missing .
# @echo "------------------"
# @echo "--> Check litmusportal frontend [depcheck]"
# @echo "------------------"
# cd frontend && npm i depcheck --no-save && node_modules/.bin/depcheck --skip-missing .

backend-services-checks:
@echo "------------------"
Expand Down

0 comments on commit 61adb2b

Please sign in to comment.