diff options
| -rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -2,5 +2,9 @@ test: sh ./scripts/run_test.sh lint: luacheck lua/* test/* -.PHONY: test lint + +style-lint: + stylua --check . + +.PHONY: test lint style-lint |
![]() |
index : nvim-lspconfig | |
| [no description] | git mirrorbot |
| aboutsummaryrefslogtreecommitdiffstats |
| -rw-r--r-- | Makefile | 6 |
@@ -2,5 +2,9 @@ test: sh ./scripts/run_test.sh lint: luacheck lua/* test/* -.PHONY: test lint + +style-lint: + stylua --check . + +.PHONY: test lint style-lint |