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.
1 parent 7960f9f commit 7c66f7aCopy full SHA for 7c66f7a
Makefile
@@ -103,7 +103,7 @@ fix-trailing-whitespace: ## Remove trailing whitespaces from all files
103
-not -path "./website/static/api-docs/*" \
104
-not -path "./website/.docusaurus/*" \
105
-not -path "./.git/*" \
106
- -exec sed -i 's/[[:space:]]*$$//' {} + && \
+ -exec sed -i'' -e "s/[[:space:]]*$$//" {} + && \
107
echo "Trailing whitespaces removed."
108
109
.PHONY: check-trailing-whitespace
0 commit comments