Section 3: Anyone know the correct way to run solidity-code-metrics in intellij in windows system #205
Unanswered
Vincent71399
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
what I did is I installed solidity-code-metrics via npm/yarn in the project of 3-passwordstore audit
from this repo https://github.com/Consensys/solidity-metrics
then I use the command: solidity-code-metrics src/PasswordStore.sol > report/PasswordStore.md
the .md file can be generated, but all the charts are not displayed
the following is the .md file I got
PasswordStore.md
I checked the md code, they are like
and those plus signs are not clickable
Beta Was this translation helpful? Give feedback.
All reactions