Closed PavelTurk closed 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.
Not a bug. Files with the .in file extension are explicitly ignored by cloc.
.in
You can force the count with cloc --force-lang XML graphviz.wxs.in
cloc --force-lang XML graphviz.wxs.in
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.