| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 1ea1970 commit 7b6d93c
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1125,6 +1125,7 @@ lint: ## Run JS, C++, MD and doc linters. | |||
| 1125 | 1125 | $(MAKE) lint-cpp || EXIT_STATUS=$$? ; \ | |
| 1126 | 1126 | $(MAKE) lint-md || EXIT_STATUS=$$? ; \ | |
| 1127 | 1127 | $(MAKE) lint-addon-docs || EXIT_STATUS=$$? ; \ | |
| 1128 | + $(MAKE) lint-md || EXIT_STATUS=$$? ; \ | ||
| 1128 | 1129 | exit $$EXIT_STATUS | |
| 1129 | 1130 | CONFLICT_RE=^>>>>>>> [0-9A-Fa-f]+|^<<<<<<< [A-Za-z]+ | |
| 1130 | 1131 | lint-ci: lint-js-ci lint-cpp lint-md lint-addon-docs | |
| Back | FazBrowse Home | New Git URL |
0 commit comments