You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Breaking changes
Added the include_comments option with a default value of false, which means that comments are no longer included in scoring by default
Added the exclude_under option with a default value of 6, which means that files that are under n lines of code are excluded from output. This option also takes into account the include_comments option.
Changed output_limit to (a) only affect the table format output and (b) work as expected.
Other changes
Exposed output_limit, score_cap, include_comments and exclude_under as CLI options
Fixed an ENOBUFS crash that could occur when analyzing very large projects