Skip to content

Commit

Permalink
chore: Adds config file of 'git-commit'.
Browse files Browse the repository at this point in the history
  • Loading branch information
devedbox committed Aug 15, 2018
1 parent d5a89c5 commit a67262d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .git-commit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
enabled: true
# types: # defaults using (feat|fix|docs|style|refactor|test|chore) types.
scope:
required: false
allows-ascii-punctuation: true
# ignoring-pattern: # Default is nil.
# ignores-hash-anchored-lines: true # Default is false.
# allows-revert: true # Default is true.
# ignores-trailing-new-lines: true # Default is false.

0 comments on commit a67262d

Please sign in to comment.