From 32606ddb939ae0e93d0731ce70d055852f6b3312 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Thu, 26 Feb 2015 22:34:54 +1100 Subject: [PATCH] remove linting mention from contributing guide --- CONTRIBUTING.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index addb925015..6b043608eb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,10 +4,6 @@ Contributions are always welcome, no matter how large or small. Before contributing, please read the [code of conduct](https://github.com/babel/babel/blob/master/CODE_OF_CONDUCT.md). -**NOTE:** Please do not send pull requests that fix linting issues. It's highly -likely that they've already been fixed by the time it's submitted and it just -pollutes the git tree. - ## Developing #### Setup @@ -44,15 +40,6 @@ running them with `mocha`: $ mocha test/transformation.js ``` -#### Linting - -Please follow the correct code style, this ensures that the code is consistent -and increases maintainability. - -```sh -$ make lint -``` - #### Workflow * Fork the repository