From d6cf024c1b09e74b70dbdc7660c1152a506065a0 Mon Sep 17 00:00:00 2001 From: Ryan Rhee Date: Mon, 26 Sep 2016 08:42:39 -0700 Subject: [PATCH] [componentkit] Enable the MLV rule Reviewed By: dulmarod Differential Revision: D3911441 fbshipit-source-id: f41a6d6 --- infer/lib/python/inferlib/issues.py | 1 + 1 file changed, 1 insertion(+) diff --git a/infer/lib/python/inferlib/issues.py b/infer/lib/python/inferlib/issues.py index 0a75bfa15..3f34d59a9 100644 --- a/infer/lib/python/inferlib/issues.py +++ b/infer/lib/python/inferlib/issues.py @@ -63,6 +63,7 @@ ISSUE_TYPES = [ 'QUANDARY_TAINT_ERROR', # TODO (t11307776): Turn this back on once some of the FP issues are fixed 'UNSAFE_GUARDED_BY_ACCESS', + 'MUTABLE_LOCAL_VARIABLE_IN_COMPONENT_FILE', ] NULL_STYLE_ISSUE_TYPES = [