diff options
Diffstat (limited to '.perlcriticrc')
-rw-r--r-- | .perlcriticrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.perlcriticrc b/.perlcriticrc index 531be12..a2f231a 100644 --- a/.perlcriticrc +++ b/.perlcriticrc @@ -25,3 +25,6 @@ pager = less -R # There are no dots. [-RegularExpressions::RequireDotMatchAnything] + +[Documentation::PodSpelling] +stop_words_file = .words.txt |