lib/git/lint/cli/actions/analyze/branch.rb in git-lint-5.1.0 vs lib/git/lint/cli/actions/analyze/branch.rb in git-lint-5.1.1

- old
+ new

@@ -7,11 +7,11 @@ module Analyze # Handles analyze action for branch. class Branch include Git::Lint::Import[:kernel, :logger] - def initialize analyzer: Analyzer.new, **dependencies - super(**dependencies) + def initialize(analyzer: Analyzer.new, **) + super(**) @analyzer = analyzer end def call parse