I would like to silence a specific Rubocop warning:
Assignment Branch Condition size for plot_defaults is too high. [21.05/15]
What is the appropriate syntax to do this in the code on a comment line like:
# rubocop: disable <???>
I believe this is the message for the Metrics/AbcSize cop.
# rubocop:disable Metrics/AbcSize
On your Rubocop config
Metrics/AbcSize:
Enabled: false
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With