Skip to content

Commit 3e530eb

Browse files
committed
Add more lint rules in lint
1 parent f87bfd1 commit 3e530eb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ apidoc: .build/apidoc
200200
dist: dist/ngeo.js dist/ngeo-debug.js dist/gmf.js
201201

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

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

217217
.PHONY: lint
218-
lint: .build/eslint.timestamp
218+
lint: .build/eslint.timestamp git-attributes eof-newline check-ngeox
219+
220+
.PHONY: eslint
221+
eslint: .build/eslint.timestamp
219222

220223
.PHONY: git-attributes
221224
git-attributes:

0 commit comments

Comments
 (0)