We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 140f42d + ce6c602 commit dc19a2fCopy full SHA for dc19a2f
Makefile
@@ -177,7 +177,7 @@ fix-trailing-whitespace: ## Remove trailing whitespaces from all files
177
-not -path "./website/static/api-docs/*" \
178
-not -path "./website/.docusaurus/*" \
179
-not -path "./.git/*" \
180
- -exec sh -c 'echo "Processing: $$1"; sed -i"" "s/[[:space:]]*$$//" "$$1"' _ {} \; && \
+ -exec sh -c 'echo "Processing: $$1"; sed -i'\'''\'' -e "s/[[:space:]]*$$//" "$$1"' _ {} \; && \
181
echo "Trailing whitespaces removed."
182
183
.PHONY: check-trailing-whitespace
0 commit comments