Skip to content

Commit

Permalink
Merge pull request #3131 from camptocamp/lint-more
Browse files Browse the repository at this point in the history
Add more lint rules in lint
  • Loading branch information
sbrunner authored Nov 22, 2017
2 parents f87bfd1 + 3e530eb commit 91ca88d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ apidoc: .build/apidoc
dist: dist/ngeo.js dist/ngeo-debug.js dist/gmf.js

.PHONY: check
check: git-attributes eof-newline lint check-examples test dist build-gmf-apps check-ngeox
check: lint check-examples test dist build-gmf-apps

.PHONY: check-ngeox
check-ngeox: options/ngeox.js
Expand All @@ -215,7 +215,10 @@ build-gmf-apps: $(foreach APP,$(GMF_APPS),$(addprefix contribs/gmf/build/$(APP),
check-examples: $(BUILD_EXAMPLES_CHECK_TIMESTAMP_FILES)

.PHONY: lint
lint: .build/eslint.timestamp
lint: .build/eslint.timestamp git-attributes eof-newline check-ngeox

.PHONY: eslint
eslint: .build/eslint.timestamp

.PHONY: git-attributes
git-attributes:
Expand Down

0 comments on commit 91ca88d

Please sign in to comment.