From 48e48959cdc248e0f9ae84e0282e765aea995b01 Mon Sep 17 00:00:00 2001 From: Matthieu Coudron Date: Tue, 20 Jul 2021 22:26:30 +0200 Subject: feat: add make style-lua target (#1091) * added to reproduce locally the output of the style-lua job (aka run stylua). --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5a155648..6f3c6db6 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3-70-g09d2