Skip to content

Commit 0eee383

Browse files
author
Hoopher
committed
fix: 🐛 updated feat and style in hook
1 parent 93b3a43 commit 0eee383

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

commit_linter/hooks/commit-msg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ test: Adding missing tests or correcting existing tests
2020

2121
def main():
2222
emojies = {"new": ':tada:', "build" : ':construction:' , "ci" : ':green_heart', "docs": ':books:',
23-
"feature" : ':sparkles:' ,"fix" : ':bug:', "perf": ':racehorse:', "refactor" : ':hammer:'
24-
, "style" : 1, "test": ':heavy_check_mark:', "chore" : ':arrow_up:' , "revert" : ':rewind:'}
23+
"feat" : ':sparkles:' ,"fix" : ':bug:', "perf": ':racehorse:', "refactor" : ':hammer:'
24+
, "style" : ':umbrella:', "test": ':heavy_check_mark:', "chore" : ':arrow_up:' , "revert" : ':rewind:'}
2525
pattern = r'(new|build|ci|docs|feat|fix|perf|refactor|style|test|chore|revert)(\([\w\-]+\))?:\s.*'
2626
filename = sys.argv[1]
2727
ss = open(filename, 'r').read()

0 commit comments

Comments
 (0)