Skip to content

Commit 18ded6a

Browse files
filipesperandiopointlessone
authored andcommitted
Replace Cop.all with Cop.registry to follow rubocop refactoring
1 parent 7652974 commit 18ded6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cc/engine/source_file.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def target_ruby_version
3232
end
3333

3434
def rubocop_team
35-
RuboCop::Cop::Team.new(RuboCop::Cop::Cop.all, config_store)
35+
RuboCop::Cop::Team.new(RuboCop::Cop::Cop.registry, config_store)
3636
end
3737

3838
def display_path

0 commit comments

Comments
 (0)