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

(v0.5 backport) lint: backport bitHoud-related commits #120

Closed
wants to merge 7 commits into from

Commits on Apr 3, 2017

  1. lint: add bitHound config

    This is a partial backport of 4f83d92
    and a backport of 60ae973 together with
    that.
    aqrln committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    6583663 View commit details
    Browse the repository at this point in the history
  2. lib: decouple ensureClientConnected()

    This is a backport of eb49729.
    aqrln committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    432a3e4 View commit details
    Browse the repository at this point in the history
  3. client: handle errors in connectAndInspect

    This is kind of backports PR #105 in a different way, and this way
    might be even better than that the original commit used.
    
    The reason of doing this for v0.5, besides fixing a bug, is the fact
    that we cannot use metasync in v0.5 since it is not compatible with old
    Node.js versions while old library versions that used to be are too
    outdated and even get reported by bitHound as insecure.
    
    Backport-of: #105
    aqrln committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    93a8d02 View commit details
    Browse the repository at this point in the history
  4. test: refactor RawServerMock

    Original commit: 16d8c85
    aqrln committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    4376496 View commit details
    Browse the repository at this point in the history
  5. deps: update dependencies

    Backport of eafafd1.
    aqrln committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    d4acd77 View commit details
    Browse the repository at this point in the history
  6. deps: update karma-webpack

    Original commit: 6069f18.
    aqrln committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    93cdb5c View commit details
    Browse the repository at this point in the history
  7. lint: update remark

    Update the Markdown linting tools.
    
    Backport-of: #87
    aqrln committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    29600c5 View commit details
    Browse the repository at this point in the history