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

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