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

feat: Lint files in parallel if many files exist #42

Closed
wants to merge 16 commits into from

Commits on Sep 30, 2019

  1. Configuration menu
    Copy the full SHA
    8059376 View commit details
    Browse the repository at this point in the history
  2. add PR link

    mysticatea committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    dc64c57 View commit details
    Browse the repository at this point in the history
  3. update a bit

    mysticatea committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    f8a9665 View commit details
    Browse the repository at this point in the history
  4. add error handling section

    mysticatea committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    bd6fd46 View commit details
    Browse the repository at this point in the history
  5. small fix

    mysticatea committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    9fec86a View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. Configuration menu
    Copy the full SHA
    1a38db1 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2019

  1. fix typo

    Co-Authored-By: Pelle Wessman <pelle@kodfabrik.se>
    mysticatea and voxpelli committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    75e7a3c View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2019

  1. Configuration menu
    Copy the full SHA
    61206de View commit details
    Browse the repository at this point in the history
  2. tweaks Drawbacks section

    mysticatea committed Oct 13, 2019
    Configuration menu
    Copy the full SHA
    d274abb View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2019

  1. Configuration menu
    Copy the full SHA
    8d352aa View commit details
    Browse the repository at this point in the history
  2. update diagram

    mysticatea committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    b761776 View commit details
    Browse the repository at this point in the history
  3. add about aborting

    mysticatea committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    f3733e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. Update designs/2019-worker-threads/README.md

    Co-Authored-By: Pelle Wessman <pelle@kodfabrik.se>
    mysticatea and voxpelli committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    bd3f6eb View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. update rfc

    mysticatea committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    0425813 View commit details
    Browse the repository at this point in the history
  2. tweaks sentence

    mysticatea committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    c28223d View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. follow the changes of #40

    - ESLint class was renamed to LinterShell
    - executeOnFiles method was renamed to lintFiles
    - The return type of lintFiles method was changed. It no longer uses
      async iteration. It uses just promise.
    
    Therefore, this commit changes about aborting.
    mysticatea committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    075ccad View commit details
    Browse the repository at this point in the history