ComputationalProteomicsUnit / maker

Makefile for R packages
GNU General Public License v3.0
31 stars 5 forks source link

Creates link to issues when it shouldn't #32

Closed lgatto closed 6 years ago

lgatto commented 6 years ago

This recent entry in the MSnbase NEWS.md file

## Changes in version 2.5.6
- Fixing processing message when combining two MSnSets (reported by
  kamal.fartiyal84 https://support.bioconductor.org/p/100865/#105206)
  <2018-01-24 Wed>

triggers the creation of a link to the non-existent issue 105206. The regular expression in the pre-commit hook should be updated to possibly ignore #[0-9]+ it there isn't a space in front of it (or definitely of there's a /).