Merge rc/1.19 into next.

This commit is contained in:
Aditya Sharad
2018-12-11 14:38:58 +00:00
18 changed files with 180 additions and 115 deletions

View File

@@ -1,5 +1,5 @@
/**
* @name Incorrect Not Operator Usage
* @name Incorrect 'not' operator usage
* @description Usage of a logical-not (!) operator as an operand for a bit-wise operation.
* This commonly indicates the usage of an incorrect operator instead of the bit-wise not (~) operator,
* also known as ones' complement operator.