MaibornWolff / metric-gardener

BSD 3-Clause "New" or "Revised" License
6 stars 0 forks source link

fix: classes metric for go #180

Closed ResistantBear closed 6 months ago

ResistantBear commented 6 months ago

The classes metric is now tested and calculated correctly for the Go programming language. Does no longer count "field_declaration_list" as class for Go and C++, as that lead to duplications.

Fixes #175