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

Add RSpec Hook to PreCommit, Add Applicable files if set #813

Closed
wants to merge 4 commits into from

Commits on Aug 25, 2023

  1. Add RSpec to pre_commit hooks

    * Create shared r_spec hook from previous hook in pre_push
    * Create hook in pre_commit including shared hook
    * Update hook in pre_push to use shared hook
    quorauk committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    e70427a View commit details
    Browse the repository at this point in the history
  2. Add applicable files to RSpec command if include configuration set

    * If 'include' is set on Rspec pass those files to be run by rspec
    * Check performed to maintain backwards compatibility
    quorauk committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    f4c3a23 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Merge branch 'main' into master

    sds authored Feb 25, 2024
    Configuration menu
    Copy the full SHA
    7683b10 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into master

    sds authored Feb 25, 2024
    Configuration menu
    Copy the full SHA
    f46660a View commit details
    Browse the repository at this point in the history