Skip to content

Code Review 18.04#3

Open
MarcoDoell wants to merge 43 commits intodiff3from
diff4
Open

Code Review 18.04#3
MarcoDoell wants to merge 43 commits intodiff3from
diff4

Conversation

@MarcoDoell
Copy link
Owner

No description provided.

ChristoffSchaub and others added 30 commits March 7, 2022 16:48
…ker-compose - adjusted not running tests - disabled linter and some tests with @MarcoDoell
@georg-schwarz
Copy link
Collaborator

Should adapter/.gradle be checked in?

return;
}
// Check protocol type
let protocolType = AdapterEndpoint.getProtocol(req.body.protocol.type)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pls use const instead of let for variable declaration where possible.
https://www.tutorialsteacher.com/typescript/typescript-variable


/*
returns Collection of Importer
returns Collection of Importerj
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo

@@ -0,0 +1,14 @@
export interface DatasourceInsertStatement {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In general: please don't use type any!

If you need a type for something that is unknown, use type unknown (e.g. because we don't care). All other cases need a real type.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants