C++: Make cpp/comparison-with-wider-type visible

The results from this query look good on real-world projects, so let's
make it visible by default.
This commit is contained in:
Jonas Jensen
2019-06-07 21:15:58 -07:00
parent 46d779248d
commit 83e618d49e
2 changed files with 3 additions and 3 deletions

View File

@@ -5,14 +5,13 @@
* @id cpp/comparison-with-wider-type
* @kind problem
* @problem.severity warning
* @precision medium
* @precision high
* @tags reliability
* security
* external/cwe/cwe-190
* external/cwe/cwe-197
* external/cwe/cwe-835
*
*/
*/
import cpp
import semmle.code.cpp.controlflow.Dominance