AlDanial / cloc

cloc counts blank lines, comment lines, and physical lines of source code in many programming languages.
GNU General Public License v2.0
19.75k stars 1.02k forks source link

Cloc doesn't count XML file #808

Closed PavelTurk closed 9 months ago

PavelTurk commented 9 months ago

Describe the bug Cloc doesn't count XML file

cloc; OS; OS version

To Reproduce This is a XML file from graphviz project . Download it and try to count. Cloc will ignore this file.

Expected result Cloc shoul count this file

Additional context Add any other context about the problem here.

AlDanial commented 9 months ago

Not a bug. Files with the .in file extension are explicitly ignored by cloc.

You can force the count with cloc --force-lang XML graphviz.wxs.in