Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.18 KB

DEVELOPMENT.md

File metadata and controls

34 lines (28 loc) · 1.18 KB

S2Graph Development

RAT

Apache RAT is an audits software tool.

To run it agains S2Graph source code, follow these steps:

cd dev
wget https://repo1.maven.org/maven2/org/apache/rat/apache-rat/0.12/apache-rat-0.12.jar
./run-rat.sh apache-rat-0.12.jar

The tool will write a report in case it finds any issue.