Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(SDK-240) Adds puppet-lint validation subcommand #71

Merged
merged 6 commits into from
Jun 9, 2017

Commits on Jun 8, 2017

  1. Configuration menu
    Copy the full SHA
    d433ba3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    407324a View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2017

  1. Configuration menu
    Copy the full SHA
    a69e1a7 View commit details
    Browse the repository at this point in the history
  2. (SDK-240) Adds puppet-lint validation subcommand

    In addition to getting the base puppet-lint validation subcommand working,
    there are a lot of other plumbing changes included here. A layer of abstraction
    was added here to be able to genericize the validation commands to
    "Metadata", "Puppet", and "Ruby" with their respective generic validators.
    These generic validators will be able to manage subvalidations that can be
    created to handle the actual tools.
    
    e.g. PuppetValidator is a wrapper that includes validation invocation for
    PuppetLint and PuppetParser.
    
    RubyValidator was created for consistency and future tools integrations
    despite only having rubocop currently as the lone validator.
    bmjen committed Jun 9, 2017
    Configuration menu
    Copy the full SHA
    13522ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a51add2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d129fbb View commit details
    Browse the repository at this point in the history