Skip to content

Commit d84f76a

Browse files
authored
Merge pull request #3535 from mboersma/lint-fix-target
Add "make lint" and "lint-fix" targets
2 parents f0a3f05 + 8ea23d9 commit d84f76a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,12 @@ frontend-i18n-check:
163163
frontend-test:
164164
cd frontend && npm run test -- --coverage
165165

166+
.PHONY: lint
167+
lint: backend-lint frontend-lint
168+
169+
.PHONY: lint-fix
170+
lint-fix: backend-lint-fix frontend-lint-fix
171+
166172
plugins-test:
167173
cd plugins/headlamp-plugin && npm install && ./test-headlamp-plugin.js
168174
cd plugins/headlamp-plugin && ./test-plugins-examples.sh

0 commit comments

Comments
 (0)