Example: if (condition) return true; else return foo; could be replaced with return condition || foo;
Use the first checkbox to skip warning when '?:' operator is suggested. In this case only '&&' and '||' suggestions will be highlighted. The fix action to replace with '?:' will still be available in the editor.
Use the second checkbox to skip warning on 'if-else' chains. The fix action will still be available in the editor.
New in 2018.2