Skip to content

Fix Danger commit message errors

Drew Blessing requested to merge danger_commit_message_errors into master

There was an error with the constants in the commit message Dangerfile - they were namespaced inside the EmojiChecker class rather than being available at the top-level. This moves them outside of the class to the top of the file.

Screen_Shot_2019-01-11_at_4.22.24_PM

Merge request reports