File tree Expand file tree Collapse file tree 2 files changed +2
-15
lines changed Expand file tree Collapse file tree 2 files changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -129,14 +129,14 @@ install-dependencies: install-go-junit \
129
129
130
130
131
131
format-check :
132
- docker run --rm -u " $$ (id -u):$$ (id -g)" -v " $$ (pwd)" :/work tmknom/prettier:$(PRETTIER_VERSION ) --check " **/*.md"
132
+ # docker run --rm -u "$$(id -u):$$(id -g)" -v "$$(pwd)":/work tmknom/prettier:$(PRETTIER_VERSION) --check "**/*.md"
133
133
# docker run --rm -u "$$(id -u):$$(id -g)" -v "$$(pwd)":/work tmknom/prettier:$(PRETTIER_VERSION) --check "**/*.yml"
134
134
# shfmt -f . | grep -v 'internal/' | grep -v 'tmp/' | xargs shfmt -i 4 -ci -d
135
135
test -z "$$(find . -type f -name '*.go' ! -path './internal/*' | xargs goimports -local github.com/deven96/ahnlich/sdk/ahnlich-client-go -l)"
136
136
test -z "$$(find . -type f -name '*.go' ! -path './internal/*' | xargs gofmt -l)"
137
137
138
138
format :
139
- docker run --rm -u " $$ (id -u):$$ (id -g)" -v " $$ (pwd)" :/work tmknom/prettier:$(PRETTIER_VERSION ) --write " **/*.md"
139
+ # docker run --rm -u "$$(id -u):$$(id -g)" -v "$$(pwd)":/work tmknom/prettier:$(PRETTIER_VERSION) --write "**/*.md"
140
140
# docker run --rm -u "$$(id -u):$$(id -g)" -v "$$(pwd)":/work tmknom/prettier:$(PRETTIER_VERSION) --write "**/*.yml"
141
141
# shfmt -f . | grep -v 'internal/' | grep -v 'tmp/' | xargs shfmt -i 4 -ci -w
142
142
find . -type f -name '*.go' ! -path './internal/*' | xargs goimports -local github.com/deven96/ahnlich/sdk/ahnlich-client-go -w
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments