Skip to content

Commit 78bbbc0

Browse files
committed
ignore evolution
Signed-off-by: Jade Abraham <[email protected]>
1 parent 49eff7d commit 78bbbc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/buildRelease/smokeTest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ if [ $LINT -eq 1 ]; then
148148
$($CHPL_HOME/util/config/find-python.sh) \
149149
$CHPL_HOME/util/devel/lookForCodeBlocks modules doc/rst/ \
150150
--read-report $CHPL_HOME/examples/spec/report.json \
151-
--ignore doc/rst/developer
151+
--ignore doc/rst/developer --ignore doc/rst/language/evolution.rst
152152
if [ $? -ne 0 ] ; then
153153
echo "Found literal code blocks"
154154
exit 1

0 commit comments

Comments
 (0)