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>
This commit is contained in:

committed by
Dave Wallace

parent
7080294116
commit
56387407c3
8
Makefile
8
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
|
||||
|
||||
|
Reference in New Issue
Block a user