You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@which shfmt >/dev/null 2>&1|| (echo "Command 'shfmt' not found, can not execute bash script syntax checks"&& false)
374
374
shfmt -d -i 4 -bn -ci -sr $(shellfiles)
375
375
376
+
.PHONY: test-gitlint
377
+
test-gitlint:
378
+
@which gitlint >/dev/null 2>&1|| (echo "Command 'gitlint' not found, can not execute commit message checks. Install with 'python3-gitlint' (openSUSE) or 'pip install gitlint-core'"&& false)
0 commit comments