uber / standard

JavaScript Standard Style — One Style to Rule Them All
MIT License
70 stars 8 forks source link

Bump max params to 5 #8

Closed Willyham closed 9 years ago

Willyham commented 9 years ago

@malandrew @Raynos

This is a proposal to bump max-params to 5.

The tchannel handler functions take 5 parameters:

module.exports = function doSomething(options, req, head, body, callback) {
};

Disabling this for every handler is a pain. If we're all moving towards tchannel, it seems like a good reason to bump this to 5.

rf commented 9 years ago

:+1: :+1: :+1: :+1: :+1:

Raynos commented 9 years ago

:+1:

Willyham commented 9 years ago

@malandrew Can you merge and cut a new version when you're ready?

Raynos commented 9 years ago

Published v3.6.5