driazati commented on a change in pull request #10292:
URL: https://github.com/apache/tvm/pull/10292#discussion_r809380239
##########
File path: tests/lint/cpplint.sh
##########
@@ -17,8 +17,9 @@
# under the License.
-python3 3rdparty/dmlc-core/scripts/lint.py vta cpp vta/include vta/src
-python3 3rdparty/dmlc-core/scripts/lint.py tvm cpp \
+echo "Running 2 cpplints (VTA and TVM)..."
+python3 3rdparty/dmlc-core/scripts/lint.py --quiet vta cpp vta/include vta/src
+python3 3rdparty/dmlc-core/scripts/lint.py --quiet tvm cpp \
Review comment:
These take kind of a while so it'd be nice to mention them separately
```suggestion
echo "Running VTA cpplint"
python3 3rdparty/dmlc-core/scripts/lint.py --quiet vta cpp vta/include
vta/src
echo "Running TVM cpplint"
python3 3rdparty/dmlc-core/scripts/lint.py --quiet tvm cpp \
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]