aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAdrian Villin <avillin@cisco.com>2024-06-11 10:32:08 +0200
committerDave Wallace <dwallacelf@gmail.com>2024-06-12 16:08:49 +0000
commit56387407c33f8aadc35b93d8c4e7b17b1b90a19e (patch)
tree4235ae3bedf091a3c8d781a3668b1310c6f18b75 /Makefile
parent7080294116708e4e6cc0e0c11db712956e82c14c (diff)
hs-test: added go style targets
- added checkstyle-go and fixstyle-go - comments in stats_fs.go were missing a space Type: make Change-Id: I520acab5ff61eaf9d0ccfd9425bdc41f74559198 Signed-off-by: Adrian Villin <avillin@cisco.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 18908faf537..cf5d1851d15 100644
--- a/Makefile
+++ b/Makefile
@@ -777,6 +777,14 @@ checkstyle-test:
checkstyle-python:
@$(MAKE) -C test checkstyle-python-all
+.PHONY: checkstyle-go
+checkstyle-go:
+ @$(MAKE) -C extras/hs-test checkstyle-go
+
+.PHONY: fixstyle-go
+fixstyle-go:
+ @$(MAKE) -C extras/hs-test fixstyle-go
+
.PHONY: checkstyle-all
checkstyle-all: checkstyle-commit checkstyle checkstyle-python docs-spell