-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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 Some Codacy Issues #3724
Fix Some Codacy Issues #3724
Conversation
This reverts commit 8359015
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.
When you do stuff like this, then please explain in the description what kind of issues you are fixing. Here you mainly removed unused variables. That's not obvious from the div. I have to look in the code to check all this. If you state it beforehand then (based on the results from travis), these things are much easier to check.
@lenhard well that's why I have added microcommits with the corresponding messages |
Point taken :) You just don't see these messages when you go to the code page of the PR |
I thought it might be good to reduce the number of Codacy issues, so I started hunting them.
To keep these changes reviewable, I will open a new PR for the next batch.
Also I plan to adapt the codacy configuration to reduce false positives.