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

IF statement in MySQL trigger -

c++ - What does MSC in "// appease MSC" comments mean? -

android - MPAndroidChart - How to add Annotations or images to the chart -