From 34fa933ad52c425e3a8f14825c2cb76b3adab247 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 22 Feb 2018 10:31:46 +0200 Subject: [PATCH] Updated Developer Documentation (markdown) --- Developer-Documentation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Developer-Documentation.md b/Developer-Documentation.md index ac3cf98..85f2fb7 100644 --- a/Developer-Documentation.md +++ b/Developer-Documentation.md @@ -31,6 +31,7 @@ Please read the meteor style guide before making any significant contribution. ## Preventing Travis CI lint errors before submitting pull requests +- NOTE: Travis is currently broken and always shows warnings and errors like variables not defined or not used, so if your code works, ignore Travis. - Eslint for linting. To prevent Travis CI lint errors, you can test for lint errors by installing "npm install eslint" and running it with "npm run lint" - If you want automatic fixes to that code file you can copy code to [jsbeautifer website](http://jsbeautifier.org) with settings Indent with 2 spaces (topmost dropdown), [X] Space before conditional: "if(x)" / "if (x)", [X] Use JSLint-happy formatting tweaks.