File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -190,8 +190,10 @@ fix-trailing-whitespace: ## Remove trailing whitespaces from all files
190190 -o -name " *.js" -o -name " *.jsx" -o -name " *.sh" \) \
191191 -not -path " ./target/*" \
192192 -not -path " ./node_modules/*" \
193+ -not -path " ./frontend/.angular/*" \
193194 -not -path " ./frontend/node_modules/*" \
194195 -not -path " ./frontend/dist/*" \
196+ -not -path " ./pkg/*" \
195197 -not -path " ./website/node_modules/*" \
196198 -not -path " ./website/build/*" \
197199 -not -path " ./website/static/api-docs/*" \
@@ -209,8 +211,10 @@ check-trailing-whitespace: ## Check for trailing whitespaces in source files
209211 -o -name " *.js" -o -name " *.jsx" -o -name " *.sh" \) \
210212 -not -path " ./target/*" \
211213 -not -path " ./node_modules/*" \
214+ -not -path " ./frontend/.angular/*" \
212215 -not -path " ./frontend/node_modules/*" \
213216 -not -path " ./frontend/dist/*" \
217+ -not -path " ./pkg/*" \
214218 -not -path " ./website/node_modules/*" \
215219 -not -path " ./website/build/*" \
216220 -not -path " ./website/static/api-docs/*" \
You can’t perform that action at this time.
0 commit comments