From 95951a5d34653ae9386e1909d94f82da7d463c3e Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke <marijnh@gmail.com> Date: Mon, 21 Sep 2015 14:35:53 +0200 Subject: [PATCH] [CONTRIBUTING.md] Remove note about semicolons I don't much care anymore, might move to semicolon-free style in future --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6d65e4112..77ed15b52 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -78,7 +78,7 @@ By contributing code to CodeMirror you ### Coding standards - 2 spaces per indentation level, no tabs. -- Include semicolons after statements. + - Note that the linter (`bin/lint`) which is run after each commit complains about unused variables and functions. Prefix their names with an underscore to muffle it. -- GitLab