Class: RepoAnalyzer::CircleciExtractor

Inherits:
ProjectInfoExtractor show all
Defined in:
app/extractors/repo_analyzer/circleci_extractor.rb

Constant Summary collapse

COVERAGE_REGEXP =
/(coverage)/
RUBOCOP_REGEXP =
/(rubocop)/
ESLINT_REGEXP =
/(eslint)/
STYLELINT_REGEXP =
/(stylelint)/
JEST_REGEXP =
/(yarn\srun\stest)/
JEST_REGEXP_ALT =
/(cibuild\sjs_tests)/
RSPEC_REGEXP =
/(rspec\.xml)/
RSPEC_REGEXP_ALT =
/(cibuild\stests)/
SYSTEM_REGEXP =
/(rspec-system\.xml)/
PLATANUS_COMPOSE_REGEXP =
%r{(platanus/compose)}

Method Summary

Methods inherited from ProjectInfoExtractor

#extract, #initialize

Constructor Details

This class inherits a constructor from RepoAnalyzer::ProjectInfoExtractor