Closed zak-pawel closed 1 year ago
I'm not a big fan of this checker.
I understand why it is suggested. The code will look/be more clean.
I'm not a big fan of this checker.
Any particular reason?
Any particular reason?
Just don't like declaration shadowing.
@zak-pawel I agree in general but like it for err
as this is almost always a throw-away variable used solely locally.
Description
This issue starts a discussion about enabling:
Example
Before:
After:
Expected output
Decision about enabling or not enabling this checker.
Findings
For this checker, the following findings were found in the current codebase:
Additional configuration
For this checker, no additional configuration can be provided.