task_lint.sh 130 Bytes
Newer Older
1
2
3
4
5
#!/bin/sh

# cpplint
echo 'Checking code style of C++ codes...'
python3 third_party/dmlc-core/scripts/lint.py dgl cpp include src