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

#56: Improve virtual schema name parameter #57

Merged
merged 5 commits into from
May 27, 2024
Merged

Conversation

kaklakariada
Copy link
Collaborator

Closes #56

ckunki
ckunki previously approved these changes May 27, 2024
doc/changes/changes_0.4.3.md Outdated Show resolved Hide resolved
@@ -9,13 +7,11 @@ import { BadRequestError, CURRENT_API_VERSION, ExasolExtension, InternalServerEr
async function readPackageJson(): Promise<any> {
const fileContentBuffer = await readFile("package.json")
const fileContent = fileContentBuffer.toString("utf8")
// eslint-disable-next-line @typescript-eslint/no-unsafe-return
Copy link
Contributor

Choose a reason for hiding this comment

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

Do I understand correctly, that lint disable could be removed after adding the dependency to typescript-eslint?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Not sure. I assumed that the upgrade either removed the rule or improved to so that it doesn't detect a false positive here ;)

Co-authored-by: Christoph Kuhnke <github@kuhnke.net>
Copy link

sonarcloud bot commented May 27, 2024

@kaklakariada kaklakariada merged commit 93fa1b8 into main May 27, 2024
4 checks passed
@kaklakariada kaklakariada deleted the kaklakariada/issue56 branch May 27, 2024 06:14
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.

Improve texts in base extension
2 participants