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 266b4b9 commit 2969c36Copy full SHA for 2969c36
posix.mak
@@ -847,7 +847,7 @@ test_dspec: dspec_tester.d $(STABLE_DMD)
847
848
test: $(ASSERT_WRITELN_BIN)_test test_dspec test/next_version.sh all
849
@echo "Searching for trailing whitespace"
850
- @grep -n '[[:blank:]]$$' $$(find . -type f -name "*.dd") ; test $$? -eq 1
+ @grep -n '[[:blank:]]$$' $$(find . -type f -name "*.dd" | grep -v .generated) ; test $$? -eq 1
851
@echo "Searching for undefined macros"
852
@grep -n "UNDEFINED MACRO" $$(find $W -type f -name "*.html" -not -path "$W/phobos/*") ; test $$? -eq 1
853
@echo "Searching for undefined ddoc"
0 commit comments