diff --git a/integration-tests/snapshots/eslint/eslint/report.yaml b/integration-tests/snapshots/eslint/eslint/report.yaml
index e2cda75c194..52a81d134fc 100644
--- a/integration-tests/snapshots/eslint/eslint/report.yaml
+++ b/integration-tests/snapshots/eslint/eslint/report.yaml
@@ -5,7 +5,7 @@ Args: ["**","--exclude=bin/**","--exclude=CHANGELOG.md","--exclude=_data","--exc
Summary:
files: 1775
filesWithIssues: 1215
- issues: 5353
+ issues: 5352
errors: 0
Errors: []
@@ -386,7 +386,6 @@ issues:
- "README.md:275:1 Yeon U YeonJuan"
- "README.md:279:5 teamend U "
- "README.md:286:5 sponsorsstart U "
- - "README.md:291:119 launchdarkly U bb9e/logo.png\" alt=\"launchdarkly\" height=\"32\"> "
- "README.md:292:5 sponsorsend U "
- "templates/blogpost.md.ejs:8:5 eslintbot U - eslintbot"
diff --git a/integration-tests/snapshots/eslint/eslint/snapshot.txt b/integration-tests/snapshots/eslint/eslint/snapshot.txt
index 1b5e707b36a..853acfa47db 100644
--- a/integration-tests/snapshots/eslint/eslint/snapshot.txt
+++ b/integration-tests/snapshots/eslint/eslint/snapshot.txt
@@ -3,7 +3,7 @@ Repository: eslint/eslint
Url: "https://github.com/eslint/eslint"
Args: ["**","--exclude=bin/**","--exclude=CHANGELOG.md","--exclude=_data","--exclude=tests/bench/large.js","--exclude=docs/src/_includes","--exclude=docs/src/assets/{fonts,s?css,images}"]
Lines:
- CSpell: Files checked: 1775, Issues found: 5353 in 1215 files
+ CSpell: Files checked: 1775, Issues found: 5352 in 1215 files
exit code: 1
./LICENSE:1:58 - Unknown word (openjsf) -- other contributors,
./Makefile.js:139:88 - Unknown word (ined) -- followed by the string "ined".
@@ -29,7 +29,6 @@ Lines:
./README.md:275:1 - Unknown word (Yeon) -- YeonJuan
./README.md:279:5 - Unknown word (teamend) --
./README.md:286:5 - Unknown word (sponsorsstart) --
-./README.md:291:119 - Unknown word (launchdarkly) -- bb9e/logo.png" alt="launchdarkly" height="32">
./README.md:292:5 - Unknown word (sponsorsend) --
./conf/config-schema.js:14:5 - Unknown word (fileoverview) -- * @fileoverview Defines a schema for
diff --git a/integration-tests/snapshots/iluwatar/java-design-patterns/report.yaml b/integration-tests/snapshots/iluwatar/java-design-patterns/report.yaml
index 475ff8d46a2..aea43de6485 100644
--- a/integration-tests/snapshots/iluwatar/java-design-patterns/report.yaml
+++ b/integration-tests/snapshots/iluwatar/java-design-patterns/report.yaml
@@ -5,7 +5,7 @@ Args: ["**/*.md","**/*.java"]
Summary:
files: 1687
filesWithIssues: 1641
- issues: 8377
+ issues: 7955
errors: 0
Errors: []
@@ -24,7 +24,6 @@ issues:
- "acyclic-visitor/src/test/java/com/iluwatar/acyclicvisitor/ConfigureForDosVisitorTest.java:26:19 assertj U import static org.assertj.core.api.Assertions"
- "acyclic-visitor/src/test/java/com/iluwatar/acyclicvisitor/ConfigureForDosVisitorTest.java:28:22 lidalia U import static uk.org.lidalia.slf4jext.Level.INFO"
- "acyclic-visitor/src/test/java/com/iluwatar/acyclicvisitor/ConfigureForDosVisitorTest.java:28:34 jext U static uk.org.lidalia.slf4jext.Level.INFO;"
- - "acyclic-visitor/src/test/java/com/iluwatar/acyclicvisitor/HayesTest.java:28:19 mockito U import static org.mockito.Matchers.eq;"
- "adapter/README.md:105:97 subclassing U adapt their interface by subclassing everyone. An object"
- "adapter/README.md:110:4 Dzone U * [Dzone](https://dzone.com/articles"
- "adapter/README.md:112:4 Baeldung U * [Baeldung](https://www.baeldung"
@@ -219,7 +218,6 @@ issues:
- "filterer/README.md:238:35 Linkowski U the pattern : [Tomasz Linkowski](https://tlinkowski"
- "fluentinterface/README.md:4:9 fluentinterface U folder: fluentinterface"
- "fluentinterface/README.md:171:4 JOOQ U * [JOOQ](http://www.jooq.org"
- - "fluentinterface/README.md:172:4 Mockito U * [Mockito](http://mockito.org"
- "fluentinterface/README.md:173:9 Hamcrest U * [Java Hamcrest](http://code.google"
- "fluentinterface/src/main/java/com/iluwatar/fluentinterface/fluentiterable/FluentIterable.java:24:38 fluentiterable U iluwatar.fluentinterface.fluentiterable;"
- "fluentinterface/src/main/java/com/iluwatar/fluentinterface/fluentiterable/lazy/DecoratingIterator.java:48:6 Precomputes U * Precomputes and saves the next element"
diff --git a/integration-tests/snapshots/iluwatar/java-design-patterns/snapshot.txt b/integration-tests/snapshots/iluwatar/java-design-patterns/snapshot.txt
index 1b25e76c22b..dff2c808fce 100644
--- a/integration-tests/snapshots/iluwatar/java-design-patterns/snapshot.txt
+++ b/integration-tests/snapshots/iluwatar/java-design-patterns/snapshot.txt
@@ -3,7 +3,7 @@ Repository: iluwatar/java-design-patterns
Url: "https://github.com/iluwatar/java-design-patterns.git"
Args: ["**/*.md","**/*.java"]
Lines:
- CSpell: Files checked: 1687, Issues found: 8377 in 1641 files
+ CSpell: Files checked: 1687, Issues found: 7955 in 1641 files
exit code: 1
./LICENSE.md:23:19 - Unknown word (viewmodel) -- Module Model-view-viewmodel is using ZK framework
./LICENSE.md:3:23 - Unknown word (Ilkka) -- Copyright � 2014-2021 Ilkka Sepp�l�
@@ -278,7 +278,6 @@ Lines:
./acyclic-visitor/src/test/java/com/iluwatar/acyclicvisitor/ConfigureForDosVisitorTest.java:26:19 - Unknown word (assertj) -- import static org.assertj.core.api.Assertions
./acyclic-visitor/src/test/java/com/iluwatar/acyclicvisitor/ConfigureForDosVisitorTest.java:28:22 - Unknown word (lidalia) -- import static uk.org.lidalia.slf4jext.Level.INFO
./acyclic-visitor/src/test/java/com/iluwatar/acyclicvisitor/ConfigureForDosVisitorTest.java:28:34 - Unknown word (jext) -- static uk.org.lidalia.slf4jext.Level.INFO;
-./acyclic-visitor/src/test/java/com/iluwatar/acyclicvisitor/HayesTest.java:28:19 - Unknown word (mockito) -- import static org.mockito.Matchers.eq;
./adapter/README.md:105:97 - Unknown word (subclassing) -- adapt their interface by subclassing everyone. An object
./adapter/README.md:110:4 - Unknown word (Dzone) -- * [Dzone](https://dzone.com/articles
./adapter/README.md:112:4 - Unknown word (Baeldung) -- * [Baeldung](https://www.baeldung
@@ -472,7 +471,6 @@ Lines:
./filterer/README.md:238:35 - Unknown word (Linkowski) -- the pattern : [Tomasz Linkowski](https://tlinkowski
./filterer/README.md:67:75 - Unknown word (covariantly) -- interface gives ability to covariantly specify a
./fluentinterface/README.md:171:4 - Unknown word (JOOQ) -- * [JOOQ](http://www.jooq.org
-./fluentinterface/README.md:172:4 - Unknown word (Mockito) -- * [Mockito](http://mockito.org
./fluentinterface/README.md:173:9 - Unknown word (Hamcrest) -- * [Java Hamcrest](http://code.google
./fluentinterface/README.md:4:9 - Unknown word (fluentinterface) -- folder: fluentinterface
./fluentinterface/src/main/java/com/iluwatar/fluentinterface/fluentiterable/FluentIterable.java:24:38 - Unknown word (fluentiterable) -- iluwatar.fluentinterface.fluentiterable;
diff --git a/packages/cspell-bundled-dicts/package-lock.json b/packages/cspell-bundled-dicts/package-lock.json
index 73432eba710..806c633c4ea 100644
--- a/packages/cspell-bundled-dicts/package-lock.json
+++ b/packages/cspell-bundled-dicts/package-lock.json
@@ -12,7 +12,7 @@
"@cspell/dict-ada": "^2.0.1",
"@cspell/dict-aws": "^2.0.0",
"@cspell/dict-bash": "^2.0.4",
- "@cspell/dict-companies": "^2.0.9",
+ "@cspell/dict-companies": "^2.0.10",
"@cspell/dict-cpp": "^3.2.1",
"@cspell/dict-cryptocurrencies": "^2.0.0",
"@cspell/dict-csharp": "^3.0.1",
@@ -37,7 +37,7 @@
"@cspell/dict-lorem-ipsum": "^2.0.0",
"@cspell/dict-lua": "^2.0.0",
"@cspell/dict-node": "^3.0.1",
- "@cspell/dict-npm": "^3.1.0",
+ "@cspell/dict-npm": "^3.1.1",
"@cspell/dict-php": "^2.0.0",
"@cspell/dict-powershell": "^2.0.0",
"@cspell/dict-public-licenses": "^1.0.5",
@@ -46,7 +46,7 @@
"@cspell/dict-ruby": "^2.0.2",
"@cspell/dict-rust": "^2.0.1",
"@cspell/dict-scala": "^2.0.0",
- "@cspell/dict-software-terms": "^2.2.1",
+ "@cspell/dict-software-terms": "^2.2.2",
"@cspell/dict-sql": "^1.0.4",
"@cspell/dict-swift": "^1.0.3",
"@cspell/dict-typescript": "^2.0.1",
@@ -124,9 +124,9 @@
"integrity": "sha512-uK/ehmp5LYrmRH2Gv3nbvdPswpkybJUn34WYKLpeuYHQktmi+pOI1A9uPdBPnSbMDffSvwQlQohIyKawz+X8Ag=="
},
"node_modules/@cspell/dict-companies": {
- "version": "2.0.9",
- "resolved": "https://registry.npmjs.org/@cspell/dict-companies/-/dict-companies-2.0.9.tgz",
- "integrity": "sha512-4YHVjHnTsYv+el/H35AXzS8+YDAX4BNiIC9ZqK9c927e8HhxX8p9RtkerT2sFFJH2xDzqMArWC4LP5wkbl3ROw=="
+ "version": "2.0.10",
+ "resolved": "https://registry.npmjs.org/@cspell/dict-companies/-/dict-companies-2.0.10.tgz",
+ "integrity": "sha512-OpxrvsU/yUqopmhy3b+JKtLDyJ32CksP+o1K+hZuN/wHm3JwlYWglxyNasXLx5Frh9FLxf4V2mr59WRcvmzgBA=="
},
"node_modules/@cspell/dict-cpp": {
"version": "3.2.1",
@@ -249,9 +249,9 @@
"integrity": "sha512-sK2cpuV0EAc43Amd5xeQXkI9MeRTECMw+yjap06gKSModbgI7BqJUHeKZed+0Hii+LpaJ4TYpLGiRVsO+qSk0w=="
},
"node_modules/@cspell/dict-npm": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/@cspell/dict-npm/-/dict-npm-3.1.0.tgz",
- "integrity": "sha512-Y9/kcrk9pw4BHAHHrEJxNcgXGNkfpFKbyGE4CjU5Bsfmr14y0DhKEw8wH8zUpJJ+ysFYH6vyE0vPIy224cjgYQ=="
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/@cspell/dict-npm/-/dict-npm-3.1.1.tgz",
+ "integrity": "sha512-pUQeJ8sS4qxal0avM4Ta0EZy8DV5bF8y5o2UEYrgQMDOtsmSZg3ZRPTbtRs/4j2UTPkPwYrECzOm7yXuTwT4EA=="
},
"node_modules/@cspell/dict-php": {
"version": "2.0.0",
@@ -294,9 +294,9 @@
"integrity": "sha512-MUwA2YKpqaQOSR4V1/CVGRNk8Ii5kf6I8Ch+4/BhRZRQXuwWbi21rDRYWPqdQWps7VNzAbbMA+PQDWsD5YY38g=="
},
"node_modules/@cspell/dict-software-terms": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/@cspell/dict-software-terms/-/dict-software-terms-2.2.1.tgz",
- "integrity": "sha512-r5nmNOxfBc4kmQ2fxUpAbkFKJFfI/gfN0bi7P3TbQ7S+yDzkhMJ+thdWr9YDkVVv8YUoxaSH/K6NsVcnVQg/uA=="
+ "version": "2.2.2",
+ "resolved": "https://registry.npmjs.org/@cspell/dict-software-terms/-/dict-software-terms-2.2.2.tgz",
+ "integrity": "sha512-s6l3lzKhxXWfu8QsSt1qoUK2l6iGbFKJd0T8XRYfsKnX6fVCUmHNueGWQ6TFCRXDRvHiwGB+UpPicyHPtSJJ5A=="
},
"node_modules/@cspell/dict-sql": {
"version": "1.0.4",
@@ -695,9 +695,9 @@
"integrity": "sha512-uK/ehmp5LYrmRH2Gv3nbvdPswpkybJUn34WYKLpeuYHQktmi+pOI1A9uPdBPnSbMDffSvwQlQohIyKawz+X8Ag=="
},
"@cspell/dict-companies": {
- "version": "2.0.9",
- "resolved": "https://registry.npmjs.org/@cspell/dict-companies/-/dict-companies-2.0.9.tgz",
- "integrity": "sha512-4YHVjHnTsYv+el/H35AXzS8+YDAX4BNiIC9ZqK9c927e8HhxX8p9RtkerT2sFFJH2xDzqMArWC4LP5wkbl3ROw=="
+ "version": "2.0.10",
+ "resolved": "https://registry.npmjs.org/@cspell/dict-companies/-/dict-companies-2.0.10.tgz",
+ "integrity": "sha512-OpxrvsU/yUqopmhy3b+JKtLDyJ32CksP+o1K+hZuN/wHm3JwlYWglxyNasXLx5Frh9FLxf4V2mr59WRcvmzgBA=="
},
"@cspell/dict-cpp": {
"version": "3.2.1",
@@ -820,9 +820,9 @@
"integrity": "sha512-sK2cpuV0EAc43Amd5xeQXkI9MeRTECMw+yjap06gKSModbgI7BqJUHeKZed+0Hii+LpaJ4TYpLGiRVsO+qSk0w=="
},
"@cspell/dict-npm": {
- "version": "3.1.0",
- "resolved": "https://registry.npmjs.org/@cspell/dict-npm/-/dict-npm-3.1.0.tgz",
- "integrity": "sha512-Y9/kcrk9pw4BHAHHrEJxNcgXGNkfpFKbyGE4CjU5Bsfmr14y0DhKEw8wH8zUpJJ+ysFYH6vyE0vPIy224cjgYQ=="
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/@cspell/dict-npm/-/dict-npm-3.1.1.tgz",
+ "integrity": "sha512-pUQeJ8sS4qxal0avM4Ta0EZy8DV5bF8y5o2UEYrgQMDOtsmSZg3ZRPTbtRs/4j2UTPkPwYrECzOm7yXuTwT4EA=="
},
"@cspell/dict-php": {
"version": "2.0.0",
@@ -865,9 +865,9 @@
"integrity": "sha512-MUwA2YKpqaQOSR4V1/CVGRNk8Ii5kf6I8Ch+4/BhRZRQXuwWbi21rDRYWPqdQWps7VNzAbbMA+PQDWsD5YY38g=="
},
"@cspell/dict-software-terms": {
- "version": "2.2.1",
- "resolved": "https://registry.npmjs.org/@cspell/dict-software-terms/-/dict-software-terms-2.2.1.tgz",
- "integrity": "sha512-r5nmNOxfBc4kmQ2fxUpAbkFKJFfI/gfN0bi7P3TbQ7S+yDzkhMJ+thdWr9YDkVVv8YUoxaSH/K6NsVcnVQg/uA=="
+ "version": "2.2.2",
+ "resolved": "https://registry.npmjs.org/@cspell/dict-software-terms/-/dict-software-terms-2.2.2.tgz",
+ "integrity": "sha512-s6l3lzKhxXWfu8QsSt1qoUK2l6iGbFKJd0T8XRYfsKnX6fVCUmHNueGWQ6TFCRXDRvHiwGB+UpPicyHPtSJJ5A=="
},
"@cspell/dict-sql": {
"version": "1.0.4",
diff --git a/packages/cspell-bundled-dicts/package.json b/packages/cspell-bundled-dicts/package.json
index 3bd200dc0f3..eee57583fc7 100644
--- a/packages/cspell-bundled-dicts/package.json
+++ b/packages/cspell-bundled-dicts/package.json
@@ -46,7 +46,7 @@
"@cspell/dict-ada": "^2.0.1",
"@cspell/dict-aws": "^2.0.0",
"@cspell/dict-bash": "^2.0.4",
- "@cspell/dict-companies": "^2.0.9",
+ "@cspell/dict-companies": "^2.0.10",
"@cspell/dict-cpp": "^3.2.1",
"@cspell/dict-cryptocurrencies": "^2.0.0",
"@cspell/dict-csharp": "^3.0.1",
@@ -71,7 +71,7 @@
"@cspell/dict-lorem-ipsum": "^2.0.0",
"@cspell/dict-lua": "^2.0.0",
"@cspell/dict-node": "^3.0.1",
- "@cspell/dict-npm": "^3.1.0",
+ "@cspell/dict-npm": "^3.1.1",
"@cspell/dict-php": "^2.0.0",
"@cspell/dict-powershell": "^2.0.0",
"@cspell/dict-public-licenses": "^1.0.5",
@@ -80,7 +80,7 @@
"@cspell/dict-ruby": "^2.0.2",
"@cspell/dict-rust": "^2.0.1",
"@cspell/dict-scala": "^2.0.0",
- "@cspell/dict-software-terms": "^2.2.1",
+ "@cspell/dict-software-terms": "^2.2.2",
"@cspell/dict-sql": "^1.0.4",
"@cspell/dict-swift": "^1.0.3",
"@cspell/dict-typescript": "^2.0.1",