JuliaEcosystem / PackageAnalyzer.jl

https://juliaecosystem.github.io/PackageAnalyzer.jl/dev/
MIT License
58 stars 5 forks source link

Docstrings count as code #76

Closed ericphanson closed 1 year ago

ericphanson commented 1 year ago

This is because we use tokei, which has this issue: https://github.com/XAMPPRocky/tokei/issues/763

I did not have any luck using the configuration as the comment there suggests. We may need to find another piece of software to count lines for us which doesn't have this problem or is more configurable.