blob: 63e5fffffda5dd20161a38adc0aab6f4d47fe66b [file] [log] [blame]
consider-using-in:10:0::"Consider merging these comparisons with ""in"" to 'value in (1,)'"
consider-using-in:11:0::"Consider merging these comparisons with ""in"" to 'value in (1, 2)'"
consider-using-in:12:0::"Consider merging these comparisons with ""in"" to ""value in ('value',)"""
consider-using-in:13:0::"Consider merging these comparisons with ""in"" to 'value in (1, undef_value)'"
consider-using-in:14:0::"Consider merging these comparisons with ""in"" to 'value in (1, 2, 3)'"
consider-using-in:15:0::"Consider merging these comparisons with ""in"" to ""value in ('2', 1)"""
consider-using-in:16:0::"Consider merging these comparisons with ""in"" to 'value in (1, 2)'"
consider-using-in:17:0::"Consider merging these comparisons with ""in"" to 'value in (1, 2)'"
consider-using-in:18:0::"Consider merging these comparisons with ""in"" to 'value in (1, a_list)'"
consider-using-in:19:0::"Consider merging these comparisons with ""in"" to 'value in (a_set, a_list, a_str)'"
consider-using-in:20:0::"Consider merging these comparisons with ""in"" to 'value not in (1, 2)'"
consider-using-in:21:0::"Consider merging these comparisons with ""in"" to 'value1 in (value2,)'"
consider-using-in:22:0::"Consider merging these comparisons with ""in"" to 'a_list in ([1, 2, 3], [])'"