-
Notifications
You must be signed in to change notification settings - Fork 88
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
Camyllh clickhouse linter #6187
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
) | ||
|
||
#trying this here since having issues with init_command' | ||
run_command( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issue is here. I know this command should be in the toml file in init_command but I'm getting various errors when I try and run it in there
21d1241
to
1283197
Compare
) | ||
] | ||
|
||
replacement = proc.stdout |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, this should be proc.stdout.decode("utf-8")
I think as it is used to compare with the original string in the next line
original = f.read() | ||
|
||
try: | ||
proc = run_command( |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
9f6305f
to
8803f97
Compare
ea98fbf
to
7129dc6
Compare
still in test - creating PR for debugging