inbo / checklist

An R package for checking R packages and R code
https://inbo.github.io/checklist
GNU General Public License v3.0
16 stars 2 forks source link

fix license and filename checks #103

Closed hansvancalster closed 1 year ago

hansvancalster commented 1 year ago

The new requirement to have Research Institute for Nature and Forest (INBO) instead of Research Institute for Nature and Forest as copyright holder caused a regression in the code for check_license in case of MIT license (because the brackets were not escaped in regexp). I also found another error in a regexp that failed to exclude LICENSE from the list of files to exclude from checking for file name syntax.