Class: Repokeeper::Analyzers::LocalBranchesCount

Inherits:
Analyzer
  • Object
show all
Includes:
BranchesAnalyzer, BranchesCount
Defined in:
lib/repokeeper/analyzers/branches/local_branches_count.rb

Instance Method Summary collapse

Methods included from BranchesCount

#analyze

Methods included from BranchesAnalyzer

included

Methods inherited from Analyzer

all, #enabled?, inherited, #initialize, #name

Constructor Details

This class inherits a constructor from Repokeeper::Analyzers::Analyzer

Instance Method Details

#max_branchesObject



6
7
8
# File 'lib/repokeeper/analyzers/branches/local_branches_count.rb', line 6

def max_branches
  @config['max_local_branches']
end