ruby - How to silence Rubocop warning on Assignment Branch Condition? -


i silence specific rubocop warning:

assignment branch condition size plot_defaults high. [21.05/15]

what appropriate syntax in code on comment line like:

# rubocop: disable <???>

i believe message metrics/abcsize cop.

# rubocop:disable metrics/abcsize 

Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -