Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rules: allow dashes in 'Fixes:' URL check #61

Closed
wants to merge 1 commit into from
Closed

rules: allow dashes in 'Fixes:' URL check #61

wants to merge 1 commit into from

Conversation

bnoordhuis
Copy link
Member

Before this commit, links to https://github.com/nodejs/node-gyp/issues
were rejected because of the dash in 'node-gyp'.

Notably, this fix means this commit log now passes validation. :-)

Bug introduced in commit 2523fb9 ("rules: stricter Fixes: URL check")
from March 30.

Fixes: #60

Before this commit, links to https://github.com/nodejs/node-gyp/issues
were rejected because of the dash in 'node-gyp'.

Notably, this fix means this commit log now passes validation. :-)

Bug introduced in commit 2523fb9 ("rules: stricter `Fixes:` URL check")
from March 30.

Fixes: #60
@codecov
Copy link

codecov bot commented May 20, 2019

Codecov Report

Merging #61 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #61   +/-   ##
=======================================
  Coverage   98.05%   98.05%           
=======================================
  Files          13       13           
  Lines         206      206           
=======================================
  Hits          202      202           
  Misses          4        4
Impacted Files Coverage Δ
lib/rules/fixes-url.js 96.29% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 633493d...a9bd5d7. Read the comment docs.

@bnoordhuis
Copy link
Member Author

My apologies, I hadn't seen #55 yet. It would be good to have that (or this) merged.

@bnoordhuis bnoordhuis closed this May 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rules: 'Fixes:' rule rejects URLs with dashes
1 participant