-
Notifications
You must be signed in to change notification settings - Fork 10
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 warnings #37
Open
kuhnst-akros-ch
wants to merge
21
commits into
Dexter2389:main
Choose a base branch
from
kuhnst-akros-ch:upstreams_PR/fix_warnings
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
fix warnings #37
kuhnst-akros-ch
wants to merge
21
commits into
Dexter2389:main
from
kuhnst-akros-ch:upstreams_PR/fix_warnings
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kuhnst-akros-ch
force-pushed
the
upstreams_PR/fix_warnings
branch
from
October 17, 2024 22:56
b1adad9
to
0d52596
Compare
Ignore IntelliJ and whatsapp_backup
Sonarlint pythonS1515 Warning was: Add a parameter to the parent lambda function and use variable "message" as its default value; The value of "message" might change at the next loop iteration.
Sonarlint python:S112 Replace this generic exception class with a more specific one.
Is int in tests and on real data too.
Is int in tests and on real data too.
In the sqlite db chat._id is an integer
In the sqlite message.chat_row_id is an integer
So `--backup_specific_or_all_chat_call all` works
kuhnst-akros-ch
force-pushed
the
upstreams_PR/fix_warnings
branch
from
October 20, 2024 14:47
1a5bb92
to
12b3e31
Compare
Rebased on main branch to fix merge conflicts from PR #36 "Write files in UTF-8" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi Saurabh
The utf8 PR #36 is really a problem when on Windows.
This PR here has my the small fixes for warnings by IntelliJ/SonarLint.
Use what you like.
Thanks for this project!
p.s.
I renamed some branches after opening PRs on them. Sry for the noise or any extra emails.