GitHub believes the .inc files are C++ instead of Fortran
vmagnin opened this issue · 0 comments
vmagnin commented
Describe the bug
On the page of the project, GitHub falsely asserts that gtk-fortran is 30% C++ because he believes that the Fortran files src/gtkenums-auto.inc
and src/gtk-auto.inc
(both included in gtk.f90
) are in that language.
Expected behavior
Should asserts that gtk-fortran is ~100% in Fortran (excepting scripts, CMakes files, etc.).
Additional context
These two files had initially a .f90
extension but the Fortran Package Manager fpm was automatically trying to build them as modules. I therefore renamed them with the .inc
extension (see commits of the 8th April 2022).