Detect complex binary operations like multiple bitshifts/bitmasks in a statement #643
Labels
enhancement
New feature or request
new-lint
A new lint.
unresolved
Some decisions have not been made yet or it is not obvious what should be detected.
What it does
Complex code should have a comment explaining what the code does.
For example this would apply to sufficiently complex regular expressions.
Similarly code that uses many bit operations, would benefit from a comment explaining what they do.
Unresolved:
Lint Name
COMMENT_COMPLEX_BIT_OPERATIONS
Category
complexity
Example
<code>
Could be written as:
<code>
The text was updated successfully, but these errors were encountered: