Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.

@dzucconi - adds danger danger DANGER #5

Merged
merged 4 commits into from
Feb 26, 2016
Merged

Conversation

broskoski
Copy link
Contributor

puts pr_title

warn("Some random warning")
fail("Orta is not really orta")
Copy link
Member

Choose a reason for hiding this comment

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

👀

dzucconi added a commit that referenced this pull request Feb 26, 2016
@dzucconi dzucconi merged commit e6cc48a into artsy:master Feb 26, 2016
@@ -0,0 +1,3 @@
message("@orta something changed in elan!") if files_modified.include? "/components/lib/variables/colors.json"
message("@orta something changed in elan!") if files_modified.include? "/components/lib/variables/typography.json"
message("@orta something changed in elan!") if files_modified.include? "/components/lib/variables/widths.json"
Copy link
Member

Choose a reason for hiding this comment

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

Cool!

Choose a reason for hiding this comment

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

WATCHED_FILES = [
  '/components/lib/variables/colors.json',
  '/components/lib/variables/typography.json',
  '/components/lib/variables/widths.json'
]

message("@orta something changed in elan!") if (files_modified & WATCHED_FILES).any?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants