Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Workflow Bot -- Update Dictionaries (main) #3337

Merged
merged 1 commit into from
Aug 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 1 addition & 2 deletions integration-tests/snapshots/eslint/eslint/report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []

Expand Down Expand Up @@ -386,7 +386,6 @@ issues:
- "README.md:275:1 Yeon U YeonJuan"
- "README.md:279:5 teamend U <!--teamend-->"
- "README.md:286:5 sponsorsstart U <!--sponsorsstart-->"
- "README.md:291:119 launchdarkly U bb9e/logo.png\" alt=\"launchdarkly\" height=\"32\"></a> <a"
- "README.md:291:252 Nrwl U logo.png\" alt=\"Nx (by Nrwl)\" height=\"32\"></a>"
- "README.md:292:5 sponsorsend U <!--sponsorsend-->"
- "templates/blogpost.md.ejs:8:5 eslintbot U - eslintbot"
Expand Down
3 changes: 1 addition & 2 deletions integration-tests/snapshots/eslint/eslint/snapshot.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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, <www.openjsf.org>
./Makefile.js:139:88 - Unknown word (ined) -- followed by the string "ined".
Expand All @@ -29,7 +29,6 @@ Lines:
./README.md:275:1 - Unknown word (Yeon) -- YeonJuan
./README.md:279:5 - Unknown word (teamend) -- <!--teamend-->
./README.md:286:5 - Unknown word (sponsorsstart) -- <!--sponsorsstart-->
./README.md:291:119 - Unknown word (launchdarkly) -- bb9e/logo.png" alt="launchdarkly" height="32"></a> <a
./README.md:291:252 - Unknown word (Nrwl) -- logo.png" alt="Nx (by Nrwl)" height="32"></a>
./README.md:292:5 - Unknown word (sponsorsend) -- <!--sponsorsend-->
./conf/config-schema.js:14:5 - Unknown word (fileoverview) -- * @fileoverview Defines a schema for
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Args: ["**/*.md","**/*.java"]
Summary:
files: 1687
filesWithIssues: 1641
issues: 8377
issues: 7955
errors: 0
Errors: []

Expand All @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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�
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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;
Expand Down
42 changes: 21 additions & 21 deletions packages/cspell-bundled-dicts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/cspell-bundled-dicts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down