Skip to content

Commit ee0548a

Browse files
author
Nikita Kraiouchkine
committed
Update DoNotUseABitwiseOperatorWithABooleanLikeOperand.ql
1 parent 90cf79d commit ee0548a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

c/cert/src/rules/EXP46-C/DoNotUseABitwiseOperatorWithABooleanLikeOperand.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* @id c/cert/do-not-use-a-bitwise-operator-with-a-boolean-like-operand
33
* @name EXP46-C: Do not use a bitwise operator with a Boolean-like operand
4-
* @description Using bitwise operators with unparenthesized Boolean-like operands may
5-
* indicate a logic error.
4+
* @description Using bitwise operators with unparenthesized Boolean-like operands may indicate a
5+
* logic error.
66
* @kind problem
77
* @precision very-high
88
* @problem.severity error

0 commit comments

Comments
 (0)