Skip to content

Commit

Permalink
minor: moves jsoref spellchecker under config
Browse files Browse the repository at this point in the history
  • Loading branch information
rnveach authored and nrmancuso committed Nov 27, 2022
1 parent 72fa053 commit 858dcaa
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ci/test-spelling-unknown-words.sh
Expand Up @@ -5,7 +5,7 @@
# plus `fchurn` which uses `dn` mostly rolled together.
set -e

spellchecker='.ci/jsoref-spellchecker'
spellchecker='config/jsoref-spellchecker'
temp='.ci-temp'
whitelist_path="$spellchecker/whitelist.words"
dict="$temp/english.words"
Expand Down
6 changes: 3 additions & 3 deletions .gitignore
Expand Up @@ -41,9 +41,9 @@ replay_pid*
.ci-temp

#side effect of jsoref-spellchecker tools usage
.ci/jsoref-spellchecker/spelling-unknown-word-splitter.pl
.ci/jsoref-spellchecker/unknown.words
.ci/jsoref-spellchecker/english.words
config/jsoref-spellchecker/spelling-unknown-word-splitter.pl
config/jsoref-spellchecker/unknown.words
config/jsoref-spellchecker/english.words

# antlr4 grammar generates these
**/gen
Expand Down
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -1632,6 +1632,7 @@
<exclude>signatures.txt</exclude>
<exclude>signatures-test.txt</exclude>
<exclude>archunit-store/**</exclude>
<exclude>jsoref-spellchecker/**</exclude>
</excludes>
</validationSet>
<validationSet>
Expand Down

0 comments on commit 858dcaa

Please sign in to comment.