Update the README file to include jscs, and a comment about keeping the table sorted for new contributors to look at.
This commit is contained in:
parent
192b3db3ee
commit
53f2e47dab
@ -17,11 +17,17 @@ follow later.
|
|||||||
|
|
||||||
## Supported Languages and Tools
|
## Supported Languages and Tools
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Keep the table rows sorted alphabetically by the language name,
|
||||||
|
and the tools in the tools column sorted alphabetically by the tool
|
||||||
|
name. That seems to be the fairest way to arrange this table.
|
||||||
|
-->
|
||||||
|
|
||||||
| Language | Tools |
|
| Language | Tools |
|
||||||
| -------- | ----- |
|
| -------- | ----- |
|
||||||
| Bash | -n flag |
|
| Bash | -n flag |
|
||||||
| Bourne Shell | -n flag |
|
| Bourne Shell | -n flag |
|
||||||
| JavaScript | [eslint](http://eslint.org/) |
|
| JavaScript | [eslint](http://eslint.org/), [jscs](http://jscs.info/) |
|
||||||
| Python | [flake8](http://flake8.pycqa.org/en/latest/) |
|
| Python | [flake8](http://flake8.pycqa.org/en/latest/) |
|
||||||
| Ruby | [rubocop](https://github.com/bbatsov/rubocop) |
|
| Ruby | [rubocop](https://github.com/bbatsov/rubocop) |
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user