@@ -16,38 +16,20 @@ RUN curl -1sLf 'https://dl.cloudsmith.io/public/task/task/setup.deb.sh' | bash &
1616
1717RUN npm install --global npm@latest \
1818 cspell@${CSPELL_VERSION} \
19- @cspell/dict-aws \
20- @cspell/dict-bash \
21- @cspell/dict-companies \
22- @cspell/dict-data-science \
23- @cspell/dict-docker \
2419 @cspell/dict-en-gb \
25- @cspell/dict-en-common-misspellings \
20+ @cspell/dict-en-gb-ise \
21+ @cspell/dict-scientific-terms-gb \
2622 @cspell/dict-es-es \
27- @cspell/dict-git \
28- @cspell/dict-google \
29- @cspell/dict-golang \
30- @cspell/dict-lorem-ipsum \
31- @cspell/dict-makefile \
32- @cspell/dict-python \
33- @cspell/dict-shell \
34- @cspell/dict-software-terms \
35- @cspell/dict-terraform
23+ @cspell/dict-people-names \
24+ @cspell/dict-redis \
25+ @cspell/dict-scientific-terms-us \
26+ @cspell/dict-cspell-bundle
3627
37- RUN cspell link add @cspell/dict-aws && \
38- cspell link add @cspell/dict-bash && \
39- cspell link add @cspell/dict-companies && \
40- cspell link add @cspell/dict-data-science && \
41- cspell link add @cspell/dict-docker && \
42- cspell link add @cspell/dict-en-gb && \
43- cspell link add @cspell/dict-en-common-misspellings && \
28+ RUN cspell link add @cspell/dict-en-gb && \
29+ cspell link add @cspell/dict-en-gb-ise && \
30+ cspell link add @cspell/dict-scientific-terms-gb && \
4431 cspell link add @cspell/dict-es-es && \
45- cspell link add @cspell/dict-git && \
46- cspell link add @cspell/dict-google && \
47- cspell link add @cspell/dict-golang && \
48- cspell link add @cspell/dict-lorem-ipsum && \
49- cspell link add @cspell/dict-makefile && \
50- cspell link add @cspell/dict-python && \
51- cspell link add @cspell/dict-shell && \
52- cspell link add @cspell/dict-software-terms && \
53- cspell link add @cspell/dict-terraform
32+ cspell link add @cspell/dict-people-names && \
33+ cspell link add @cspell/dict-redis && \
34+ cspell link add @cspell/dict-scientific-terms-us && \
35+ cspell link add @cspell/dict-cspell-bundle
0 commit comments