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 49eff7d commit 78bbbc0Copy full SHA for 78bbbc0
util/buildRelease/smokeTest
@@ -148,7 +148,7 @@ if [ $LINT -eq 1 ]; then
148
$($CHPL_HOME/util/config/find-python.sh) \
149
$CHPL_HOME/util/devel/lookForCodeBlocks modules doc/rst/ \
150
--read-report $CHPL_HOME/examples/spec/report.json \
151
- --ignore doc/rst/developer
+ --ignore doc/rst/developer --ignore doc/rst/language/evolution.rst
152
if [ $? -ne 0 ] ; then
153
echo "Found literal code blocks"
154
exit 1
0 commit comments