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

Avoid stashing if no lint-staged files are changed (#570) #573

Commits on Jan 24, 2019

  1. fix: add check for changed lint-staged files before stashing changes

    - add test to check if stashing is skipped if no lint-staged files are changed
    
    Fixes lint-staged#570
    silbinarywolf committed Jan 24, 2019
    Copy the full SHA
    04aa58f View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2019

  1. Copy the full SHA
    ec66acd View commit details
    Browse the repository at this point in the history
  2. fix: update test snapshot for "runAll should resolve the promise with…

    … no files" as stashing/linters are no longer executed if no staged files match the linters configuration
    silbinarywolf committed Jan 25, 2019
    Copy the full SHA
    316a7ed View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2019

  1. fix: replace Array.forEach with Array.every, add message if lint-stag…

    …ed is skipped and update snapshots
    
    Fixes lint-staged#570
    silbinarywolf committed Jan 29, 2019
    Copy the full SHA
    a106320 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e7805f3 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

  1. Copy the full SHA
    162a7ff View commit details
    Browse the repository at this point in the history