Skip to content

Commit 5996335

Browse files
author
Denis Krivak
committed
Fix config example.
1 parent ad81b41 commit 5996335

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
# all - for all comments.
55
scope: toplevel
66

7-
# List pf regexps for excluding particular comment lines from check.
7+
# List of regexps for excluding particular comment lines from check.
8+
# Example: exclude comments which contain numbers.
89
exclude:
10+
# - '[0-9]+'
911

1012
# Check periods at the end of sentences.
1113
period: true

0 commit comments

Comments
 (0)