rdoc icon indicating copy to clipboard operation
rdoc copied to clipboard

Update RuboCop task in Rakefile

Open gemmaro opened this issue 3 years ago • 0 comments

If the RuboCop version is 1.31 or later then use rubocop:autocorrect task instead of deprecated rubocop:auto_correct in the Rakefile. Otherwise use the conventional rubocop:auto_correct task.

See also: RuboCop changelog > 1.31.0 (2022-06-27) - Changes > https://github.com/rubocop/rubocop/pull/10709

gemmaro avatar Oct 04 '22 13:10 gemmaro