Skip to content

Commit

Permalink
enable spelling checker
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Jan 6, 2019
1 parent fd41651 commit 5e36b54
Show file tree
Hide file tree
Showing 4 changed files with 10,103 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ env:
- PDNS_BUILD_PRODUCT=dnsdist
- PDNS_BUILD_PRODUCT=ixfrdist

matrix:
include:
- env: PDNS_BUILD_PRODUCT=none

cache:
- pip

Expand Down
7 changes: 7 additions & 0 deletions build-scripts/jsoref-spellchecker/exclude.pl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
$/="\0";
my @excludes=qw(
spellchecker
missing-sources/
regression-tests/
\.asc$
\.git/
\.hg
\.so$
pubsuffix.cc
);
my $exclude = join "|", @excludes;
while (<>) {
Expand Down
Loading

0 comments on commit 5e36b54

Please sign in to comment.