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

Introduce BundlerSetupInTests cop #18

Merged
merged 4 commits into from Aug 23, 2020
Merged

Introduce BundlerSetupInTests cop #18

merged 4 commits into from Aug 23, 2020

Commits on Aug 22, 2020

  1. Introduce BundlerSetupInTests cop

    This cop flags `require "bundler/setup"` calls if
    they're inside the tests directory (either test,
    tests, spec, or specs).
    
    Signed-off-by: Utkarsh Gupta <utkarsh@debian.org>
    utkarsh2102 committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    bc70af9 View commit details
    Browse the repository at this point in the history
  2. Add tests for BundlerSetupInTests cop

    Signed-off-by: Utkarsh Gupta <utkarsh@debian.org>
    utkarsh2102 committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    cf3bb67 View commit details
    Browse the repository at this point in the history
  3. Update docs/ temporarily & enable the cop

    Signed-off-by: Utkarsh Gupta <utkarsh@debian.org>
    utkarsh2102 committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    7c49f65 View commit details
    Browse the repository at this point in the history
  4. Write documentation and update the docs/

    Update documentation to include a good and
    a bad example. And also update the docs/.
    
    Signed-off-by: Utkarsh Gupta <utkarsh@debian.org>
    utkarsh2102 committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    599655b View commit details
    Browse the repository at this point in the history