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

style: 2021-09-20 linter warnings batch 10 / 26 #1359

Closed
petermetz opened this issue Sep 20, 2021 · 2 comments · Fixed by #1459
Closed

style: 2021-09-20 linter warnings batch 10 / 26 #1359

petermetz opened this issue Sep 20, 2021 · 2 comments · Fixed by #1459
Assignees
Labels
Developer_Experience good-first-issue Good for newcomers good-first-issue-100-introductory Hacktoberfest Hacktoberfest participants are welcome to take a stab at issues marked with this label. Nice-to-Have

Comments

@petermetz
Copy link
Member

style: 2021-09-20 linter warnings batch 10 / 26

Description

As of today (20th of September, 2021) we have 260 linter warnings in the codebase.
A set of issues were created to fix them in increments of 10 warnings at a time. Each group of 10 linter warnings is a batch.
There is a one to one relationship between issues opened on GitHub and batches of 10 linter warnings.
The complete list is attached/linked to all the issues, but every given issue should only include fixes to the corresponding batch of warnings to avoid conflicts with others.

For example if an issue has 1 / 26 in it's title, that's batch number one, meaning that the linter warnings that needs to be fixed in the scope of that task are the ones with IDs of 1 to 10, inclusive, as in 1,2,3,4,5,6,7,8,9,10.
For 2 / 26 in the title, that's batch #2 and the corresponding warnings IDs in the main table are therefore: 11,12,13,14,15,16,17,18,19,20.
For 3 / 26 in the title, that's batch #3 you get the point...

Acceptance Criteria

  1. Each linter warning is either fixed or a specific new issue is created aimed at exactly that one linter warning where applicable: If fixing a linter warning requires a larger refactoring of the codebase, then it is justifiable to break it out into it's own GH task.
  2. The pull request submitted links to all (if any) additional issues that were created for the linter warnings that did not fit in the scope of the issue.

Full List of Linter Warnings

Important: Do not fix all of these, just a subset of them as per the guidelines in the Description section above. Otherwise your pull request might get rejected due to unfixable conflicts.

ID Linter Warning Description
1 ./examples/cactus-example-carbon-accounting-backend/src/utility-emissions-channel/typescript/src/index.ts: line 578, col 25, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
2 ./examples/cactus-example-carbon-accounting-backend/src/utility-emissions-channel/typescript/src/lib/emissionsRecordContract.ts: line 40, col 3, Warning - Missing return type on function. (@typescript-eslint/explicit-module-boundary-types)
3 ./examples/cactus-example-carbon-accounting-backend/src/utility-emissions-channel/typescript/src/lib/emissionsRecordContract.ts: line 138, col 3, Warning - Missing return type on function. (@typescript-eslint/explicit-module-boundary-types)
4 ./examples/cactus-example-carbon-accounting-backend/src/utility-emissions-channel/typescript/src/lib/emissionsRecordContract.ts: line 146, col 3, Warning - Missing return type on function. (@typescript-eslint/explicit-module-boundary-types)
5 ./examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/typescript/business-logic-plugin/web-services/dao-token/get-allowance-endpoint.ts: line 58, col 33, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
6 ./examples/cactus-example-carbon-accounting-business-logic-plugin/src/main/typescript/business-logic-plugin/web-services/utility-emissions-channel/enroll-admin-v1-endpoint.ts: line 54, col 25, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
7 ./examples/cactus-example-carbon-accounting-frontend/src/zone-flags.ts: line 5, col 12, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
8 ./examples/cactus-example-supply-chain-business-logic-plugin/src/main/typescript/business-logic-plugin/web-services/insert-bamboo-harvest-endpoint.ts: line 78, col 3, Warning - Missing return type on function. (@typescript-eslint/explicit-module-boundary-types)
9 ./examples/cactus-example-supply-chain-business-logic-plugin/src/main/typescript/business-logic-plugin/web-services/insert-bookshelf-endpoint.ts: line 59, col 3, Warning - Missing return type on function. (@typescript-eslint/explicit-module-boundary-types)
10 ./examples/cactus-example-supply-chain-business-logic-plugin/src/main/typescript/business-logic-plugin/web-services/insert-shipment-endpoint.ts: line 69, col 3, Warning - Missing return type on function. (@typescript-eslint/explicit-module-boundary-types)
11 ./examples/cactus-example-supply-chain-business-logic-plugin/src/main/typescript/business-logic-plugin/web-services/list-bamboo-harvest-endpoint.ts: line 38, col 3, Warning - Missing return type on function. (@typescript-eslint/explicit-module-boundary-types)
12 ./examples/cactus-example-supply-chain-business-logic-plugin/src/main/typescript/business-logic-plugin/web-services/list-bamboo-harvest-endpoint.ts: line 58, col 3, Warning - Missing return type on function. (@typescript-eslint/explicit-module-boundary-types)
13 ./examples/cactus-example-supply-chain-business-logic-plugin/src/main/typescript/business-logic-plugin/web-services/list-bookshelf-endpoint.ts: line 56, col 3, Warning - Missing return type on function. (@typescript-eslint/explicit-module-boundary-types)
14 ./examples/cactus-example-supply-chain-business-logic-plugin/src/main/typescript/business-logic-plugin/web-services/list-shipment-endpoint.ts: line 40, col 3, Warning - Missing return type on function. (@typescript-eslint/explicit-module-boundary-types)
15 ./examples/cactus-example-supply-chain-business-logic-plugin/src/main/typescript/model/converter/bamboo-harvest-converter.ts: line 24, col 39, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
16 ./examples/cactus-example-supply-chain-business-logic-plugin/src/main/typescript/model/converter/bamboo-harvest-converter.ts: line 34, col 53, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
17 ./examples/cactus-example-supply-chain-business-logic-plugin/src/main/typescript/model/converter/bookshelf-converter.ts: line 22, col 39, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
18 ./examples/cactus-example-supply-chain-business-logic-plugin/src/main/typescript/model/converter/bookshelf-converter.ts: line 30, col 53, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
19 ./examples/cactus-example-supply-chain-frontend/src/app/bamboo-harvest/bamboo-harvest-detail/bamboo-harvest-detail.page.ts: line 55, col 28, Warning - Argument 'value' should be typed with a non-any type. (@typescript-eslint/explicit-module-boundary-types)
20 ./examples/cactus-example-supply-chain-frontend/src/app/bamboo-harvest/bamboo-harvest-detail/bamboo-harvest-detail.page.ts: line 55, col 35, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
21 ./examples/cactus-example-supply-chain-frontend/src/app/bookshelf/bookshelf-detail/bookshelf-detail.page.ts: line 82, col 21, Warning - Argument 'value' should be typed with a non-any type. (@typescript-eslint/explicit-module-boundary-types)
22 ./examples/cactus-example-supply-chain-frontend/src/app/bookshelf/bookshelf-detail/bookshelf-detail.page.ts: line 82, col 28, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
23 ./examples/cactus-example-supply-chain-frontend/src/app/shipment/shipment-detail/shipment-detail.page.ts: line 80, col 21, Warning - Argument 'value' should be typed with a non-any type. (@typescript-eslint/explicit-module-boundary-types)
24 ./examples/cactus-example-supply-chain-frontend/src/app/shipment/shipment-detail/shipment-detail.page.ts: line 80, col 28, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
25 ./examples/cactus-example-supply-chain-frontend/src/app/shipment/shipment-list/shipment-list.page.ts: line 56, col 3, Warning - Missing return type on function. (@typescript-eslint/explicit-module-boundary-types)
26 ./examples/cactus-example-supply-chain-frontend/src/app/shipment/shipment-list/shipment-list.page.ts: line 76, col 3, Warning - Missing return type on function. (@typescript-eslint/explicit-module-boundary-types)
27 ./examples/cactus-example-supply-chain-frontend/src/zone-flags.ts: line 5, col 12, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
28 ./extensions/cactus-plugin-object-store-ipfs/src/test/typescript/fixtures/mock/ipfs/ipfs-files-api-mock.ts: line 143, col 14, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
29 ./extensions/cactus-plugin-object-store-ipfs/src/test/typescript/fixtures/mock/ipfs/ipfs-http-client-mock.ts: line 122, col 75, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
30 ./packages/cactus-api-client/src/main/typescript/api-client.ts: line 34, col 31, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
31 ./packages/cactus-api-client/src/main/typescript/api-client.ts: line 37, col 54, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
32 ./packages/cactus-api-client/src/main/typescript/api-client.ts: line 38, col 26, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
33 ./packages/cactus-api-client/src/main/typescript/api-client.ts: line 103, col 35, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
34 ./packages/cactus-cmd-api-server/src/main/typescript/api-server.ts: line 441, col 26, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
35 ./packages/cactus-cmd-api-server/src/main/typescript/api-server.ts: line 493, col 13, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
36 ./packages/cactus-cmd-api-server/src/main/typescript/api-server.ts: line 531, col 13, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
37 ./packages/cactus-cmd-api-server/src/main/typescript/api-server.ts: line 693, col 58, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
38 ./packages/cactus-cmd-api-server/src/main/typescript/config/config-service.ts: line 73, col 19, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
39 ./packages/cactus-cmd-api-server/src/main/typescript/config/config-service.ts: line 439, col 25, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
40 ./packages/cactus-cmd-api-server/src/main/typescript/config/config-service.ts: line 441, col 13, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
41 ./packages/cactus-cmd-api-server/src/main/typescript/config/config-service.ts: line 442, col 26, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
42 ./packages/cactus-cmd-api-server/src/main/typescript/config/config-service.ts: line 592, col 42, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
43 ./packages/cactus-cmd-api-server/src/main/typescript/config/convict-plugin-array-format.ts: line 3, col 25, Warning - Missing return type on function. (@typescript-eslint/explicit-module-boundary-types)
44 ./packages/cactus-cmd-api-server/src/main/typescript/config/convict-plugin-array-format.ts: line 3, col 35, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
45 ./packages/cactus-cmd-api-server/src/main/typescript/config/convict-plugin-array-format.ts: line 3, col 42, Warning - Argument 'schema' should be typed with a non-any type. (@typescript-eslint/explicit-module-boundary-types)
46 ./packages/cactus-cmd-api-server/src/main/typescript/config/convict-plugin-array-format.ts: line 3, col 51, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
47 ./packages/cactus-cmd-api-server/src/main/typescript/config/convict-plugin-array-format.ts: line 13, col 23, Warning - Missing return type on function. (@typescript-eslint/explicit-module-boundary-types)
48 ./packages/cactus-cmd-api-server/src/test/typescript/fixtures/plugin-ledger-connector-stub/web-services/deploy-contract-endpoint.ts: line 46, col 3, Warning - Missing return type on function. (@typescript-eslint/explicit-module-boundary-types)
49 ./packages/cactus-cmd-api-server/src/test/typescript/fixtures/plugin-ledger-connector-stub/web-services/run-transaction-endpoint.ts: line 44, col 3, Warning - Missing return type on function. (@typescript-eslint/explicit-module-boundary-types)
50 ./packages/cactus-cmd-api-server/src/test/typescript/fixtures/plugin-ledger-connector-stub/web-services/unprotected-action-endpoint.ts: line 49, col 3, Warning - Missing return type on function. (@typescript-eslint/explicit-module-boundary-types)
51 ./packages/cactus-cmd-api-server/src/test/typescript/unit/config/self-signed-certificate-generator/certificates-work-for-mutual-tls.test.ts: line 60, col 33, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
52 ./packages/cactus-cmd-api-server/src/test/typescript/unit/config/self-signed-certificate-generator/certificates-work-for-mutual-tls.test.ts: line 60, col 49, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
53 ./packages/cactus-cmd-api-server/src/test/typescript/unit/config/self-signed-certificate-generator/certificates-work-for-mutual-tls.test.ts: line 72, col 41, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
54 ./packages/cactus-cmd-api-server/src/test/typescript/unit/config/self-signed-certificate-generator/generates-working-certificates.test.ts: line 1, col 13, Warning - Require statement not part of import statement. (@typescript-eslint/no-var-requires)
55 ./packages/cactus-cmd-api-server/src/test/typescript/unit/config/self-signed-certificate-generator/generates-working-certificates.test.ts: line 15, col 59, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
56 ./packages/cactus-cmd-api-server/src/test/typescript/unit/config/self-signed-certificate-generator/generates-working-certificates.test.ts: line 35, col 33, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
57 ./packages/cactus-cmd-api-server/src/test/typescript/unit/config/self-signed-certificate-generator/generates-working-certificates.test.ts: line 35, col 49, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
58 ./packages/cactus-cmd-api-server/src/test/typescript/unit/grpc-js-proto-loader-client-healthcheck.test.ts: line 71, col 64, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
59 ./packages/cactus-common/src/main/typescript/checks.ts: line 12, col 5, Warning - Argument 'checkResult' should be typed with a non-any type. (@typescript-eslint/explicit-module-boundary-types)
60 ./packages/cactus-common/src/main/typescript/checks.ts: line 12, col 18, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
61 ./packages/cactus-common/src/main/typescript/checks.ts: line 31, col 5, Warning - Argument 'value' should be typed with a non-any type. (@typescript-eslint/explicit-module-boundary-types)
62 ./packages/cactus-common/src/main/typescript/checks.ts: line 31, col 12, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
63 ./packages/cactus-common/src/main/typescript/logging/logger-provider.ts: line 29, col 40, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
64 ./packages/cactus-common/src/main/typescript/objects.ts: line 32, col 35, Warning - Argument 'anObject' should be typed with a non-any type. (@typescript-eslint/explicit-module-boundary-types)
65 ./packages/cactus-common/src/main/typescript/objects.ts: line 32, col 45, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
66 ./packages/cactus-common/src/main/typescript/objects.ts: line 56, col 34, Warning - Argument 'anObject' should be typed with a non-any type. (@typescript-eslint/explicit-module-boundary-types)
67 ./packages/cactus-common/src/main/typescript/objects.ts: line 56, col 44, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
68 ./packages/cactus-common/src/main/typescript/secp256k1-keys.ts: line 5, col 15, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
69 ./packages/cactus-common/src/main/typescript/secp256k1-keys.ts: line 6, col 14, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
70 ./packages/cactus-common/src/main/typescript/secp256k1-keys.ts: line 15, col 18, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
71 ./packages/cactus-common/src/main/typescript/signer-key-pairs.ts: line 5, col 15, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
72 ./packages/cactus-common/src/main/typescript/signer-key-pairs.ts: line 6, col 14, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
73 ./packages/cactus-common/src/main/typescript/signer-key-pairs.ts: line 15, col 18, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
74 ./packages/cactus-common/src/main/typescript/strings.ts: line 12, col 26, Warning - Argument 'val' should be typed with a non-any type. (@typescript-eslint/explicit-module-boundary-types)
75 ./packages/cactus-common/src/main/typescript/strings.ts: line 12, col 31, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
76 ./packages/cactus-common/src/test/typescript/unit/key-converter.test.ts: line 310, col 73, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
77 ./packages/cactus-common/src/test/typescript/unit/key-converter.test.ts: line 322, col 75, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
78 ./packages/cactus-common/src/test/typescript/unit/logging/logger.test.ts: line 59, col 51, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
79 ./packages/cactus-common/src/test/typescript/unit/servers.test.ts: line 13, col 53, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
80 ./packages/cactus-common/src/test/typescript/unit/servers.test.ts: line 22, col 64, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
81 ./packages/cactus-core-api/src/main/typescript/plugin-factory-factory.ts: line 13, col 43, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
82 ./packages/cactus-core-api/src/main/typescript/plugin/web-service/i-express-request-handler.ts: line 2, col 8, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
83 ./packages/cactus-core-api/src/main/typescript/plugin/web-service/i-express-request-handler.ts: line 3, col 8, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
84 ./packages/cactus-core-api/src/main/typescript/plugin/web-service/i-express-request-handler.ts: line 4, col 15, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
85 ./packages/cactus-core/src/main/typescript/web-services/install-open-api-validator-middleware.ts: line 36, col 41, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
86 ./packages/cactus-core/src/main/typescript/web-services/register-web-service-endpoint.ts: line 24, col 41, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
87 ./packages/cactus-plugin-consortium-manual/src/main/typescript/plugin-consortium-manual.ts: line 165, col 65, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
88 ./packages/cactus-plugin-keychain-google-sm/src/test/typescript/mock/plugin-keychain-google-sm-mock.ts: line 54, col 6, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
89 ./packages/cactus-plugin-keychain-google-sm/src/test/typescript/mock/plugin-keychain-google-sm-mock.ts: line 70, col 6, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
90 ./packages/cactus-plugin-keychain-google-sm/src/test/typescript/mock/plugin-keychain-google-sm-mock.ts: line 86, col 6, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
91 ./packages/cactus-plugin-keychain-google-sm/src/test/typescript/mock/plugin-keychain-google-sm-mock.ts: line 96, col 6, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
92 ./packages/cactus-plugin-keychain-google-sm/src/test/typescript/mock/plugin-keychain-google-sm-mock.ts: line 107, col 6, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
93 ./packages/cactus-plugin-keychain-memory/src/test/typescript/unit/plugin-keychain-memory.test.ts: line 30, col 31, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
94 ./packages/cactus-plugin-keychain-memory/src/test/typescript/unit/plugin-keychain-memory.test.ts: line 49, col 31, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
95 ./packages/cactus-plugin-keychain-vault/src/main/typescript/plugin-factory-keychain.ts: line 25, col 16, Warning - Argument 'options' should be typed with a non-any type. (@typescript-eslint/explicit-module-boundary-types)
96 ./packages/cactus-plugin-keychain-vault/src/main/typescript/plugin-factory-keychain.ts: line 25, col 25, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
97 ./packages/cactus-plugin-keychain-vault/src/test/typescript/integration/openapi/openapi-validation.test.ts: line 144, col 12, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
98 ./packages/cactus-plugin-keychain-vault/src/test/typescript/integration/openapi/openapi-validation.test.ts: line 151, col 50, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
99 ./packages/cactus-plugin-keychain-vault/src/test/typescript/integration/openapi/openapi-validation.test.ts: line 162, col 16, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
100 ./packages/cactus-plugin-keychain-vault/src/test/typescript/integration/openapi/openapi-validation.test.ts: line 170, col 50, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
101 ./packages/cactus-plugin-keychain-vault/src/test/typescript/integration/openapi/openapi-validation.test.ts: line 181, col 16, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
102 ./packages/cactus-plugin-keychain-vault/src/test/typescript/integration/openapi/openapi-validation.test.ts: line 189, col 50, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
103 ./packages/cactus-plugin-keychain-vault/src/test/typescript/integration/openapi/openapi-validation.test.ts: line 200, col 16, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
104 ./packages/cactus-plugin-keychain-vault/src/test/typescript/integration/openapi/openapi-validation.test.ts: line 208, col 50, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
105 ./packages/cactus-plugin-keychain-vault/src/test/typescript/integration/openapi/openapi-validation.test.ts: line 222, col 12, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
106 ./packages/cactus-plugin-keychain-vault/src/test/typescript/integration/openapi/openapi-validation.test.ts: line 229, col 50, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
107 ./packages/cactus-plugin-keychain-vault/src/test/typescript/integration/openapi/openapi-validation.test.ts: line 245, col 12, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
108 ./packages/cactus-plugin-keychain-vault/src/test/typescript/integration/openapi/openapi-validation.test.ts: line 252, col 50, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
109 ./packages/cactus-plugin-keychain-vault/src/test/typescript/integration/openapi/openapi-validation.test.ts: line 268, col 12, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
110 ./packages/cactus-plugin-keychain-vault/src/test/typescript/integration/openapi/openapi-validation.test.ts: line 275, col 50, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
111 ./packages/cactus-plugin-keychain-vault/src/test/typescript/integration/openapi/openapi-validation.test.ts: line 291, col 12, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
112 ./packages/cactus-plugin-keychain-vault/src/test/typescript/integration/openapi/openapi-validation.test.ts: line 298, col 50, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
113 ./packages/cactus-plugin-keychain-vault/src/test/typescript/unit/api-surface.test.ts: line 1, col 13, Warning - Require statement not part of import statement. (@typescript-eslint/no-var-requires)
114 ./packages/cactus-plugin-keychain-vault/src/test/typescript/unit/api-surface.test.ts: line 6, col 44, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
115 ./packages/cactus-plugin-ledger-connector-besu/src/main/typescript/model-type-guards.ts: line 8, col 3, Warning - Argument 'x' should be typed with a non-any type. (@typescript-eslint/explicit-module-boundary-types)
116 ./packages/cactus-plugin-ledger-connector-besu/src/main/typescript/model-type-guards.ts: line 8, col 6, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
117 ./packages/cactus-plugin-ledger-connector-besu/src/main/typescript/model-type-guards.ts: line 14, col 3, Warning - Argument 'x' should be typed with a non-any type. (@typescript-eslint/explicit-module-boundary-types)
118 ./packages/cactus-plugin-ledger-connector-besu/src/main/typescript/model-type-guards.ts: line 14, col 6, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
119 ./packages/cactus-plugin-ledger-connector-besu/src/main/typescript/plugin-ledger-connector-besu.ts: line 429, col 47, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
120 ./packages/cactus-plugin-ledger-connector-besu/src/main/typescript/plugin-ledger-connector-besu.ts: line 455, col 39, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
121 ./packages/cactus-plugin-ledger-connector-besu/src/main/typescript/plugin-ledger-connector-besu.ts: line 466, col 39, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
122 ./packages/cactus-plugin-ledger-connector-besu/src/main/typescript/plugin-ledger-connector-besu.ts: line 555, col 5, Warning - Argument 'txPoolReceipt' should be typed with a non-any type. (@typescript-eslint/explicit-module-boundary-types)
123 ./packages/cactus-plugin-ledger-connector-besu/src/main/typescript/plugin-ledger-connector-besu.ts: line 555, col 20, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
124 ./packages/cactus-plugin-ledger-connector-besu/src/main/typescript/plugin-ledger-connector-besu.ts: line 601, col 32, Warning - Argument 'options' should be typed with a non-any type. (@typescript-eslint/explicit-module-boundary-types)
125 ./packages/cactus-plugin-ledger-connector-besu/src/main/typescript/plugin-ledger-connector-besu.ts: line 601, col 41, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
126 ./packages/cactus-plugin-ledger-connector-besu/src/main/typescript/plugin-ledger-connector-besu.ts: line 928, col 14, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
127 ./packages/cactus-plugin-ledger-connector-besu/src/main/typescript/plugin-ledger-connector-besu.ts: line 962, col 45, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
128 ./packages/cactus-plugin-ledger-connector-besu/src/main/typescript/web-services/get-besu-record-endpoint-v1.ts: line 46, col 3, Warning - Missing return type on function. (@typescript-eslint/explicit-module-boundary-types)
129 ./packages/cactus-plugin-ledger-connector-besu/src/test/typescript/integration/plugin-ledger-connector-besu/deploy-contract/private-deploy-contract-from-json-cactus.test.ts: line 72, col 13, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
130 ./packages/cactus-plugin-ledger-connector-besu/src/test/typescript/integration/plugin-ledger-connector-besu/deploy-contract/private-deploy-contract-from-json-web3-eea.test.ts: line 61, col 13, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
131 ./packages/cactus-plugin-ledger-connector-corda/src/main/typescript/plugin-ledger-connector-corda.ts: line 49, col 37, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
132 ./packages/cactus-plugin-ledger-connector-corda/src/main/typescript/plugin-ledger-connector-corda.ts: line 49, col 42, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
133 ./packages/cactus-plugin-ledger-connector-corda/src/main/typescript/plugin-ledger-connector-corda.ts: line 49, col 47, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
134 ./packages/cactus-plugin-ledger-connector-corda/src/main/typescript/plugin-ledger-connector-corda.ts: line 49, col 52, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
135 ./packages/cactus-plugin-ledger-connector-corda/src/main/typescript/plugin-ledger-connector-corda.ts: line 122, col 36, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
136 ./packages/cactus-plugin-ledger-connector-corda/src/main/typescript/plugin-ledger-connector-corda.ts: line 126, col 36, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
137 ./packages/cactus-plugin-ledger-connector-corda/src/main/typescript/plugin-ledger-connector-corda.ts: line 128, col 20, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
138 ./packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/chain-code-compiler.ts: line 114, col 17, Warning - Require statement not part of import statement. (@typescript-eslint/no-var-requires)
139 ./packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/identity/internal/crypto-util.ts: line 5, col 39, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
140 ./packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/identity/internal/crypto-util.ts: line 10, col 33, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
141 ./packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/identity/internal/crypto-util.ts: line 13, col 33, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
142 ./packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/identity/internal/crypto-util.ts: line 28, col 40, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
143 ./packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/identity/internal/crypto-util.ts: line 73, col 15, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
144 ./packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/identity/internal/crypto-util.ts: line 83, col 25, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
145 ./packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/identity/vault-client.ts: line 56, col 17, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
146 ./packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/identity/vault-client.ts: line 100, col 21, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
147 ./packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/plugin-ledger-connector-fabric.ts: line 1074, col 73, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
148 ./packages/cactus-plugin-ledger-connector-fabric/src/test/typescript/fixtures/go/basic-asset-transfer/chaincode-javascript/index.js: line 9, col 23, Warning - Require statement not part of import statement. (@typescript-eslint/no-var-requires)
149 ./packages/cactus-plugin-ledger-connector-fabric/src/test/typescript/fixtures/go/basic-asset-transfer/chaincode-javascript/lib/assetTransfer.js: line 9, col 22, Warning - Require statement not part of import statement. (@typescript-eslint/no-var-requires)
150 ./packages/cactus-plugin-ledger-connector-fabric/src/test/typescript/fixtures/go/basic-asset-transfer/chaincode-typescript/src/index.ts: line 9, col 25, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
151 ./packages/cactus-plugin-ledger-connector-fabric/src/test/typescript/integration/identity-client.test.ts: line 97, col 46, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
152 ./packages/cactus-plugin-ledger-connector-fabric/src/test/typescript/integration/identity-client.test.ts: line 120, col 46, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
153 ./packages/cactus-plugin-ledger-connector-fabric/src/test/typescript/integration/identity-client.test.ts: line 143, col 25, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
154 ./packages/cactus-plugin-ledger-connector-fabric/src/test/typescript/integration/identity-client.test.ts: line 148, col 25, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
155 ./packages/cactus-plugin-ledger-connector-fabric/src/test/typescript/unit/identity-internal-crypto-utils.test.ts: line 7, col 20, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
156 ./packages/cactus-plugin-ledger-connector-iroha/src/main/typescript/web-services/run-transaction-endpoint.ts: line 46, col 3, Warning - Missing return type on function. (@typescript-eslint/explicit-module-boundary-types)
157 ./packages/cactus-plugin-ledger-connector-quorum/src/main/typescript/model-type-guards.ts: line 10, col 3, Warning - Argument 'x' should be typed with a non-any type. (@typescript-eslint/explicit-module-boundary-types)
158 ./packages/cactus-plugin-ledger-connector-quorum/src/main/typescript/model-type-guards.ts: line 10, col 6, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
159 ./packages/cactus-plugin-ledger-connector-quorum/src/main/typescript/model-type-guards.ts: line 16, col 3, Warning - Argument 'x' should be typed with a non-any type. (@typescript-eslint/explicit-module-boundary-types)
160 ./packages/cactus-plugin-ledger-connector-quorum/src/main/typescript/model-type-guards.ts: line 16, col 6, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
161 ./packages/cactus-plugin-ledger-connector-quorum/src/main/typescript/model-type-guards.ts: line 22, col 3, Warning - Argument 'x' should be typed with a non-any type. (@typescript-eslint/explicit-module-boundary-types)
162 ./packages/cactus-plugin-ledger-connector-quorum/src/main/typescript/model-type-guards.ts: line 22, col 6, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
163 ./packages/cactus-plugin-ledger-connector-quorum/src/main/typescript/model-type-guards.ts: line 28, col 3, Warning - Argument 'x' should be typed with a non-any type. (@typescript-eslint/explicit-module-boundary-types)
164 ./packages/cactus-plugin-ledger-connector-quorum/src/main/typescript/model-type-guards.ts: line 28, col 6, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
165 ./packages/cactus-plugin-ledger-connector-quorum/src/main/typescript/plugin-ledger-connector-quorum.ts: line 241, col 14, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
166 ./packages/cactus-plugin-ledger-connector-quorum/src/main/typescript/plugin-ledger-connector-quorum.ts: line 294, col 14, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
167 ./packages/cactus-plugin-ledger-connector-quorum/src/main/typescript/plugin-ledger-connector-quorum.ts: line 298, col 48, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
168 ./packages/cactus-plugin-ledger-connector-quorum/src/main/typescript/plugin-ledger-connector-quorum.ts: line 326, col 31, Warning - Argument 'req' should be typed with a non-any type. (@typescript-eslint/explicit-module-boundary-types)
169 ./packages/cactus-plugin-ledger-connector-quorum/src/main/typescript/plugin-ledger-connector-quorum.ts: line 326, col 36, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
170 ./packages/cactus-plugin-ledger-connector-quorum/src/main/typescript/plugin-ledger-connector-quorum.ts: line 386, col 43, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
171 ./packages/cactus-plugin-ledger-connector-quorum/src/main/typescript/plugin-ledger-connector-quorum.ts: line 396, col 39, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
172 ./packages/cactus-plugin-ledger-connector-quorum/src/main/typescript/plugin-ledger-connector-quorum.ts: line 667, col 50, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
173 ./packages/cactus-plugin-ledger-connector-quorum/src/main/typescript/web-services/deploy-contract-solidity-bytecode-endpoint-json-object.ts: line 51, col 3, Warning - Missing return type on function. (@typescript-eslint/explicit-module-boundary-types)
174 ./packages/cactus-plugin-ledger-connector-quorum/src/main/typescript/web-services/invoke-contract-endpoint-json-object.ts: line 47, col 3, Warning - Missing return type on function. (@typescript-eslint/explicit-module-boundary-types)
175 ./packages/cactus-plugin-ledger-connector-quorum/src/test/typescript/integration/api-surface.test.ts: line 1, col 13, Warning - Require statement not part of import statement. (@typescript-eslint/no-var-requires)
176 ./packages/cactus-plugin-ledger-connector-quorum/src/test/typescript/integration/api-surface.test.ts: line 6, col 44, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
177 ./packages/cactus-plugin-ledger-connector-quorum/src/test/typescript/integration/plugin-ledger-connector-quorum/deploy-contract/openapi/openapi-validation.test.ts: line 180, col 50, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
178 ./packages/cactus-plugin-ledger-connector-quorum/src/test/typescript/integration/plugin-ledger-connector-quorum/deploy-contract/openapi/openapi-validation.test.ts: line 220, col 50, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
179 ./packages/cactus-plugin-ledger-connector-quorum/src/test/typescript/integration/plugin-ledger-connector-quorum/deploy-contract/openapi/openapi-validation.test.ts: line 281, col 50, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
180 ./packages/cactus-plugin-ledger-connector-quorum/src/test/typescript/integration/plugin-ledger-connector-quorum/deploy-contract/openapi/openapi-validation.test.ts: line 322, col 50, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
181 ./packages/cactus-plugin-ledger-connector-quorum/src/test/typescript/integration/plugin-ledger-connector-quorum/deploy-contract/openapi/openapi-validation.test.ts: line 373, col 50, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
182 ./packages/cactus-plugin-ledger-connector-quorum/src/test/typescript/integration/plugin-ledger-connector-quorum/deploy-contract/openapi/openapi-validation.test.ts: line 408, col 50, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
183 ./packages/cactus-plugin-ledger-connector-xdai/src/main/typescript/plugin-ledger-connector-xdai.ts: line 240, col 71, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
184 ./packages/cactus-plugin-ledger-connector-xdai/src/main/typescript/plugin-ledger-connector-xdai.ts: line 293, col 43, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
185 ./packages/cactus-plugin-ledger-connector-xdai/src/main/typescript/plugin-ledger-connector-xdai.ts: line 303, col 39, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
186 ./packages/cactus-plugin-ledger-connector-xdai/src/test/typescript/integration/openapi/openapi-validation.test.ts: line 170, col 24, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
187 ./packages/cactus-plugin-ledger-connector-xdai/src/test/typescript/integration/openapi/openapi-validation.test.ts: line 178, col 50, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
188 ./packages/cactus-plugin-ledger-connector-xdai/src/test/typescript/integration/openapi/openapi-validation.test.ts: line 207, col 24, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
189 ./packages/cactus-plugin-ledger-connector-xdai/src/test/typescript/integration/openapi/openapi-validation.test.ts: line 215, col 50, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
190 ./packages/cactus-plugin-ledger-connector-xdai/src/test/typescript/integration/openapi/openapi-validation.test.ts: line 266, col 24, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
191 ./packages/cactus-plugin-ledger-connector-xdai/src/test/typescript/integration/openapi/openapi-validation.test.ts: line 274, col 50, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
192 ./packages/cactus-plugin-ledger-connector-xdai/src/test/typescript/integration/openapi/openapi-validation.test.ts: line 302, col 24, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
193 ./packages/cactus-plugin-ledger-connector-xdai/src/test/typescript/integration/openapi/openapi-validation.test.ts: line 310, col 50, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
194 ./packages/cactus-plugin-ledger-connector-xdai/src/test/typescript/integration/openapi/openapi-validation.test.ts: line 365, col 24, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
195 ./packages/cactus-plugin-ledger-connector-xdai/src/test/typescript/integration/openapi/openapi-validation.test.ts: line 373, col 50, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
196 ./packages/cactus-plugin-ledger-connector-xdai/src/test/typescript/integration/openapi/openapi-validation.test.ts: line 407, col 24, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
197 ./packages/cactus-plugin-ledger-connector-xdai/src/test/typescript/integration/openapi/openapi-validation.test.ts: line 415, col 50, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
198 ./packages/cactus-test-plugin-consortium-manual/src/test/typescript/integration/api-surface.test.ts: line 1, col 13, Warning - Require statement not part of import statement. (@typescript-eslint/no-var-requires)
199 ./packages/cactus-test-plugin-consortium-manual/src/test/typescript/integration/api-surface.test.ts: line 6, col 44, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
200 ./packages/cactus-test-plugin-consortium-manual/src/test/typescript/integration/plugin-consortium-manual/openapi/openapi-validation.test.ts: line 290, col 50, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
201 ./packages/cactus-test-plugin-consortium-manual/src/test/typescript/integration/plugin-consortium-manual/openapi/openapi-validation.test.ts: line 313, col 50, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
202 ./packages/cactus-test-plugin-consortium-manual/src/test/typescript/integration/plugin-consortium-manual/security-isolation-via-api-server-ports.ts: line 1, col 13, Warning - Require statement not part of import statement. (@typescript-eslint/no-var-requires)
203 ./packages/cactus-test-plugin-consortium-manual/src/test/typescript/integration/plugin-consortium-manual/security-isolation-via-api-server-ports.ts: line 35, col 18, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
204 ./packages/cactus-test-plugin-consortium-manual/src/test/typescript/integration/plugin-consortium-manual/security-isolation-via-api-server-ports.ts: line 125, col 24, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
205 ./packages/cactus-test-plugin-consortium-manual/src/test/typescript/integration/plugin-consortium-manual/security-isolation-via-api-server-ports.ts: line 135, col 34, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
206 ./packages/cactus-test-plugin-consortium-manual/src/test/typescript/unit/api-surface.test.ts: line 1, col 13, Warning - Require statement not part of import statement. (@typescript-eslint/no-var-requires)
207 ./packages/cactus-test-plugin-consortium-manual/src/test/typescript/unit/api-surface.test.ts: line 6, col 44, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
208 ./packages/cactus-test-plugin-ledger-connector-besu/src/test/typescript/integration/api-surface.test.ts: line 1, col 13, Warning - Require statement not part of import statement. (@typescript-eslint/no-var-requires)
209 ./packages/cactus-test-plugin-ledger-connector-besu/src/test/typescript/integration/api-surface.test.ts: line 6, col 44, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
210 ./packages/cactus-test-plugin-ledger-connector-quorum/src/test/typescript/integration/api-surface.test.ts: line 1, col 13, Warning - Require statement not part of import statement. (@typescript-eslint/no-var-requires)
211 ./packages/cactus-test-plugin-ledger-connector-quorum/src/test/typescript/integration/api-surface.test.ts: line 6, col 44, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
212 ./packages/cactus-test-tooling/src/main/typescript/besu/besu-test-ledger.ts: line 117, col 21, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
213 ./packages/cactus-test-tooling/src/main/typescript/besu/besu-test-ledger.ts: line 124, col 42, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
214 ./packages/cactus-test-tooling/src/main/typescript/besu/besu-test-ledger.ts: line 392, col 69, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
215 ./packages/cactus-test-tooling/src/main/typescript/cactus-keychain-vault-server/cactus-keychain-vault-server.ts: line 112, col 32, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
216 ./packages/cactus-test-tooling/src/main/typescript/cactus-keychain-vault-server/cactus-keychain-vault-server.ts: line 113, col 45, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
217 ./packages/cactus-test-tooling/src/main/typescript/common/streams.ts: line 23, col 51, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
218 ./packages/cactus-test-tooling/src/main/typescript/fabric/fabric-test-ledger-v1.ts: line 144, col 52, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
219 ./packages/cactus-test-tooling/src/main/typescript/fabric/fabric-test-ledger-v1.ts: line 236, col 52, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
220 ./packages/cactus-test-tooling/src/main/typescript/fabric/fabric-test-ledger-v1.ts: line 434, col 15, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
221 ./packages/cactus-test-tooling/src/main/typescript/fabric/fabric-test-ledger-v1.ts: line 482, col 26, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
222 ./packages/cactus-test-tooling/src/main/typescript/fabric/fabric-test-ledger-v1.ts: line 486, col 35, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
223 ./packages/cactus-test-tooling/src/main/typescript/http-echo/http-echo-container.ts: line 93, col 15, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
224 ./packages/cactus-test-tooling/src/main/typescript/http-echo/http-echo-container.ts: line 119, col 26, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
225 ./packages/cactus-test-tooling/src/main/typescript/http-echo/http-echo-container.ts: line 122, col 39, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
226 ./packages/cactus-test-tooling/src/main/typescript/http-echo/http-echo-container.ts: line 122, col 52, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
227 ./packages/cactus-test-tooling/src/main/typescript/http-echo/http-echo-container.ts: line 139, col 29, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
228 ./packages/cactus-test-tooling/src/main/typescript/http-echo/http-echo-container.ts: line 210, col 68, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
229 ./packages/cactus-test-tooling/src/main/typescript/http-echo/http-echo-container.ts: line 213, col 52, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
230 ./packages/cactus-test-tooling/src/main/typescript/http-echo/http-echo-container.ts: line 213, col 65, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
231 ./packages/cactus-test-tooling/src/main/typescript/http-echo/http-echo-container.ts: line 219, col 29, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
232 ./packages/cactus-test-tooling/src/main/typescript/http-echo/http-echo-container.ts: line 219, col 42, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
233 ./packages/cactus-test-tooling/src/main/typescript/postgres/postgres-test-container.ts: line 107, col 21, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
234 ./packages/cactus-test-tooling/src/main/typescript/postgres/postgres-test-container.ts: line 114, col 42, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
235 ./packages/cactus-test-tooling/src/main/typescript/postgres/postgres-test-container.ts: line 287, col 68, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
236 ./packages/cactus-test-tooling/src/main/typescript/postgres/postgres-test-container.ts: line 290, col 52, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
237 ./packages/cactus-test-tooling/src/main/typescript/postgres/postgres-test-container.ts: line 290, col 65, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
238 ./packages/cactus-test-tooling/src/main/typescript/postgres/postgres-test-container.ts: line 296, col 29, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
239 ./packages/cactus-test-tooling/src/main/typescript/postgres/postgres-test-container.ts: line 296, col 42, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
240 ./packages/cactus-test-tooling/src/main/typescript/quorum/quorum-test-ledger.ts: line 104, col 21, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
241 ./packages/cactus-test-tooling/src/main/typescript/quorum/quorum-test-ledger.ts: line 111, col 42, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
242 ./packages/cactus-test-tooling/src/main/typescript/quorum/quorum-test-ledger.ts: line 230, col 15, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
243 ./packages/cactus-test-tooling/src/main/typescript/quorum/quorum-test-ledger.ts: line 282, col 26, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
244 ./packages/cactus-test-tooling/src/main/typescript/quorum/quorum-test-ledger.ts: line 285, col 39, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
245 ./packages/cactus-test-tooling/src/main/typescript/quorum/quorum-test-ledger.ts: line 285, col 52, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
246 ./packages/cactus-test-tooling/src/main/typescript/quorum/quorum-test-ledger.ts: line 302, col 29, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
247 ./packages/cactus-test-tooling/src/main/typescript/quorum/quorum-test-ledger.ts: line 375, col 68, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
248 ./packages/cactus-test-tooling/src/main/typescript/quorum/quorum-test-ledger.ts: line 378, col 52, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
249 ./packages/cactus-test-tooling/src/main/typescript/quorum/quorum-test-ledger.ts: line 378, col 65, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
250 ./packages/cactus-test-tooling/src/main/typescript/quorum/quorum-test-ledger.ts: line 384, col 29, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
251 ./packages/cactus-test-tooling/src/main/typescript/quorum/quorum-test-ledger.ts: line 384, col 42, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
252 ./packages/cactus-test-tooling/src/test/typescript/integration/api-surface.test.ts: line 1, col 13, Warning - Require statement not part of import statement. (@typescript-eslint/no-var-requires)
253 ./packages/cactus-test-tooling/src/test/typescript/integration/api-surface.test.ts: line 6, col 44, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
254 ./packages/cactus-test-tooling/src/test/typescript/integration/corda/corda-test-ledger/corda-test-ledger-constructor.test.ts: line 4, col 66, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
255 ./packages/cactus-test-tooling/src/test/typescript/integration/quorum/quorum-test-ledger/constructor-validates-options.test.ts: line 1, col 13, Warning - Require statement not part of import statement. (@typescript-eslint/no-var-requires)
256 ./packages/cactus-test-tooling/src/test/typescript/integration/quorum/quorum-test-ledger/constructor-validates-options.test.ts: line 10, col 70, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
257 ./packages/cactus-test-tooling/src/test/typescript/integration/quorum/quorum-test-ledger/constructor-validates-options.test.ts: line 18, col 12, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
258 ./packages/cactus-test-tooling/src/test/typescript/integration/quorum/quorum-test-ledger/constructor-validates-options.test.ts: line 25, col 69, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
259 ./packages/cactus-test-tooling/src/test/typescript/unit/api-surface.test.ts: line 1, col 13, Warning - Require statement not part of import statement. (@typescript-eslint/no-var-requires)
260 ./packages/cactus-test-tooling/src/test/typescript/unit/api-surface.test.ts: line 6, col 44, Warning - Unexpected any. Specify a different type. (@typescript-eslint/no-explicit-any)
@petermetz petermetz added good-first-issue Good for newcomers Nice-to-Have Developer_Experience Hacktoberfest Hacktoberfest participants are welcome to take a stab at issues marked with this label. good-first-issue-100-introductory labels Sep 20, 2021
@krosenk729
Copy link
Contributor

hey @petermetz I'd love to take this if you can assign it to me - thanks!

@petermetz
Copy link
Member Author

@krosenk729 All yours, thank you very much for the contribution!

petermetz pushed a commit that referenced this issue Oct 27, 2021
Signed-off-by: katherine <krosenk729@gmail.com>
petermetz pushed a commit that referenced this issue Oct 27, 2021
Signed-off-by: katherine <krosenk729@gmail.com>
RafaelAPB pushed a commit to RafaelAPB/blockchain-integration-framework that referenced this issue Mar 9, 2022
Signed-off-by: katherine <krosenk729@gmail.com>
RafaelAPB pushed a commit to RafaelAPB/blockchain-integration-framework that referenced this issue Mar 9, 2022
Signed-off-by: katherine <krosenk729@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Developer_Experience good-first-issue Good for newcomers good-first-issue-100-introductory Hacktoberfest Hacktoberfest participants are welcome to take a stab at issues marked with this label. Nice-to-Have
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants