Maintenance: Disable copyright update for stable branch.
This commit is contained in:
parent
9ed29355f0
commit
5163888b70
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue