Skip to content

Commit

Permalink
style: Suppress Style/SuperArguments cop
Browse files Browse the repository at this point in the history
  • Loading branch information
mishina2228 committed May 30, 2024
1 parent 31903ba commit 5cad2df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/git_stats/git_data/repo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Repo
:files_count, :binary_files, :text_files, :lines_count, :comments_count, to: :last_commit

def initialize(params)
super(params)
super
@path = File.expand_path(@path)
@tree_path ||= '.'
end
Expand Down

0 comments on commit 5cad2df

Please sign in to comment.