Skip to content

Commit decd3e7

Browse files
committed
chore: metrics script
1 parent f70050e commit decd3e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contracts/scripts/generateMetrics.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ yarn dlx solidity-code-metrics \
1414
"$SOURCE_DIR"/arbitration/evidence/EvidenceModule.sol \
1515
"$SOURCE_DIR"/arbitration/interfaces/* \
1616
"$SOURCE_DIR"/libraries/Constants.sol \
17+
"$SOURCE_DIR"/libraries/SortitionTrees.sol \
1718
"$SOURCE_DIR"/libraries/Safe* \
1819
"$SOURCE_DIR"/rng/RNGWithFallback.sol \
1920
"$SOURCE_DIR"/rng/ChainlinkRNG.sol \
2021
"$SOURCE_DIR"/rng/IRNG.sol \
2122
"$SOURCE_DIR"/proxy/UUPSProx* \
2223
"$SOURCE_DIR"/proxy/Initializable.sol \
23-
>METRICS.md
24+
--html >METRICS.html

0 commit comments

Comments
 (0)