fair-software / howfairis

Command line tool to analyze a GitHub or GitLab repository's compliance with the fair-software.eu recommendations
https://pypi.org/project/howfairis/
Apache License 2.0
58 stars 23 forks source link

Search whole repo for file #336

Open kequach opened 2 years ago

kequach commented 2 years ago

I noticed that repositories sometimes have a citation file that is not in the root folder. This leads to has_citation being false, which is incorrect. Searching for files should also include subfolders. Tested with the following repository: https://github.com/amices/mice Citation file location: https://github.com/amices/mice/blob/master/inst/CITATION

Screenshot of howfairis analysis: image