Skip to content
This repository was archived by the owner on Aug 28, 2019. It is now read-only.
This repository was archived by the owner on Aug 28, 2019. It is now read-only.

Better env checking #266

@rishson

Description

@rishson

Runner should:

  • check the analysers to run.
  • check each analyser's runtime lang
  • only run valid analysers

e.g.
for sidekick-rubocop, make sure that ruby is installed.

we could have a requirement for a script in bin that checks all is OK?

e.g. bin/valid

if command -v "ruby" >/dev/null 2>&1 then
  echo '1'
else
  echo '0'
fi

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions