Make issues warnings again

Reviewed By: jvillard

Differential Revision: D3709592

fbshipit-source-id: 5dd32c3
master
Ryan Rhee 9 years ago committed by Facebook Github Bot 3
parent d9699264e0
commit a134669f73

@ -38,9 +38,9 @@ let severity_of_issue issue =
| Cxx_reference_captured_in_objc_block
| Direct_atomic_property_access
| Global_variable_initialized_with_function_or_method_call
| Mutable_local_variable_in_component_file -> Exceptions.Kadvice
| Registered_observer_being_deallocated
| Strong_delegate_warning -> Exceptions.Kwarning
| Mutable_local_variable_in_component_file -> Exceptions.Kadvice
type issue_desc = {

Loading…
Cancel
Save