Skip to content

Commit

Permalink
Appease spell checker
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Aug 14, 2015
1 parent 19c573e commit 52c3b94
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion maint/perlcritic.rc.gen.pl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@
my $bundle = create_bundle('Example::Author::KENTNL');
$bundle->configure;

my @stopwords = (qw());
my @stopwords = (
qw(
metadata Instantiations KiokuDB
)
);
for my $wordlist (@stopwords) {
$bundle->add_or_append_policy_field( 'Documentation::PodSpelling' => ( 'stop_words' => $wordlist ) );
}
Expand Down
1 change: 1 addition & 0 deletions misc/perlcritic.deps
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Perl::Critic::Policy::Documentation::PodSpelling~0
Perl::Critic::Policy::Lax::RequireExplicitPackage::ExceptForPragmata~0
Perl::Critic::Policy::Variables::ProhibitUnusedVarsStricter~0
Perl::Critic::ProfileCompiler::Bundle::Bangs~0
Expand Down
1 change: 1 addition & 0 deletions perlcritic.rc
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ allow_includes = 1

[Documentation::PodSpelling]
spell_command = aspell list --lang en_US
stop_words = metadata Instantiations KiokuDB

[Documentation::ProhibitAdjacentLinks]

Expand Down

0 comments on commit 52c3b94

Please sign in to comment.