Maintenance: Disable copyright update for stable branch.

This commit is contained in:
Martin Gruner 2022-01-01 14:37:49 +01:00
parent 9ed29355f0
commit 5163888b70

View file

@ -13,7 +13,8 @@ module RuboCop
def on_new_investigation
if processed_source.raw_source.include? '# Copyright (C) 2012-'
update_copyright
# Disabled for stable branches.
# update_copyright
else
insert_copyright
end