todo2 0.1.1

An enhanced todo macro inspired by todo_or_die
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# configuration for https://github.com/crate-ci/committed

# https://www.conventionalcommits.org
style="conventional"
# allow merge commits
merge_commit = true
# subject is not required to be capitalized
subject_capitalized = false
# subject should start with an imperative verb
imperative_subject = true
# subject should not end with a punctuation
subject_not_punctuated = true
# disable line length
line_length = 0
# disable subject length
subject_length = 0
# Ignore the following authors
ignore_author_re="(dependabot|renovate)"