discussion: Found some code quality issues in edgedb #1528
pnijhara
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
I looked through the report. There are indeed some nits here and there, but no bugs, serious code style problems, or most importantly security issues (all are false positives). The performance analysis of DeepSource is very shallow, fixing the issues it found wouldn't make any detectable improvements. Summing this up: we are open for PRs, for sure, but please remove our org from your marketing lists. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have recently forked this repo and went to a code walk through. There I found some code quality issues. Later I ran a DeepSource analysis on it.
DeepSource found more than 8000 code quality issues which are categorized as:
You can see the detailed report of the analysis here -> https://deepsource.io/gh/pnijhara/edgedb/issues/?category=recommended
I have also added a deepsource configuration file for letting DeepSource analyze the repo. You can find the configuration file here
I can send a patch of some fixes if you want. Also, do let me know which of them do you consider as false positives and which of them as a potential issue.
Beta Was this translation helpful? Give feedback.
All reactions