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
|
def on_new_investigation
|
||||||
if processed_source.raw_source.include? '# Copyright (C) 2012-'
|
if processed_source.raw_source.include? '# Copyright (C) 2012-'
|
||||||
update_copyright
|
# Disabled for stable branches.
|
||||||
|
# update_copyright
|
||||||
else
|
else
|
||||||
insert_copyright
|
insert_copyright
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue