Commit c438a3f2 authored by suyanlong's avatar suyanlong

Fix bug

parent 4c701405
...@@ -168,7 +168,7 @@ aligner: ...@@ -168,7 +168,7 @@ aligner:
@aligner -r -c "//" -e ".go" -i ./internal/repo/a_repo-packr.go comment @aligner -r -c "//" -e ".go" -i ./internal/repo/a_repo-packr.go comment
goimports: goimports:
@CGO_ENABLED=1 goimports-reviser -dir-path ./ -project-name gitlab.33.cn/link33/sidecar -ignore-dir mock -rm-unused -set-alias -format @CGO_ENABLED=1 goimports-reviser -dir-path ./ -project-name gitlab.33.cn/link33/sidecar -ignore-dir mock,wasm,validator -rm-unused -set-alias -format
aligner-check: aligner-check:
@aligner -r -c "//" -e ".go" -i ./internal/repo/a_repo-packr.go check @aligner -r -c "//" -e ".go" -i ./internal/repo/a_repo-packr.go check
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment