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

Create a utils function for GitHub links #174

Merged
merged 1 commit into from
Mar 18, 2017
Merged

Create a utils function for GitHub links #174

merged 1 commit into from
Mar 18, 2017

Conversation

orta
Copy link
Member

@orta orta commented Mar 18, 2017

This builds on #134 to support easily making a list of GitHub clickable URLs - with this we can remove a great big chunk of Jest's and Emissions' Dangerfiles.

🌮

@codecov-io
Copy link

codecov-io commented Mar 18, 2017

Codecov Report

Merging #174 into master will not change coverage.
The diff coverage is n/a.

@@          Coverage Diff          @@
##           master   #174   +/-   ##
=====================================
  Coverage       0%     0%           
=====================================
  Files           3      3           
  Lines          93     93           
  Branches       17     17           
=====================================
  Misses         93     93

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 dc5ad26...a38d2fd. Read the comment docs.

@@ -5,7 +5,7 @@
export interface DangerUtilsDSL {

/**
* Creates an HTML link.
* Creates a HTML link.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ooooh. controversial. I guess this depends on how you pronounce 'H'. I say 'aitch', so 'an' makes sense. I guess it makes sense if you say 'haitch', or pronounce 'HTML' in some other way.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hah - great point, I just asked my wife, she also agrees with you - instead, I'll re-write the sentence :D

@@ -5,7 +5,7 @@
export interface DangerUtilsDSL {

/**
* Creates an HTML link.
* Creates a link using HTML.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The previous one is not wrong, but if I already tried fixing it, I bet we'd get people in the future doing the same 👯‍♂️

@orta orta merged commit 3126db8 into master Mar 18, 2017
@orta orta deleted the github_links branch March 18, 2017 07:50
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.

4 participants