Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/appstore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Posselt <BernhardPosselt@users.noreply.github.com>2017-03-16 20:54:29 +0300
committerGitHub <noreply@github.com>2017-03-16 20:54:29 +0300
commitd15e8694293fe3f4f3c956a12e6361704637e181 (patch)
tree681ccce84fdec0a5a3cb03dfa7a43b52feec2145 /Makefile
parent8b9479d2ae5ac73c30904c959d5ef4ffcb82a661 (diff)
Fix jshint errors (#443)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 166596b2ad..d0eee0afdc 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ eslint=node_modules/eslint/bin/eslint.js
.PHONY: lint
lint:
- #$(jshint) $(CURDIR)/nextcloudappstore/core/static/assets/js
+ $(jshint) $(CURDIR)/nextcloudappstore/core/static/assets/js
#$(eslint) $(CURDIR)/nextcloudappstore/core/static/assets/js
$(pycodestyle) $(CURDIR)/nextcloudappstore --exclude=migrations
$(mypy) --silent-imports --disallow-untyped-defs $(CURDIR)/nextcloudappstore/core/api/v1/release