We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a423ea3 commit 2ad4fefCopy full SHA for 2ad4fef
‎gitlint/gitlint_emoji.py‎
@@ -28,7 +28,7 @@ def validate(self, title, _commit):
28
title contains one of them.
29
"""
30
gitmojis = requests.get(
31
- "https://raw.githubusercontent.com/carloscuesta/gitmoji/master/src/data/gitmojis.json"
+ "https://raw.githubusercontent.com/carloscuesta/gitmoji/master/packages/gitmojis/src/gitmojis.json"
32
).json()["gitmojis"]
33
emojis = [item["emoji"] for item in gitmojis]
34
pattern = r"^({:s})\(.*\)\s[a-z].*$".format("|".join(emojis))
0 commit comments