elixir-docs-ru
elixir-docs-ru copied to clipboard
remark and editorconfig support
I suggest to add some linting! I personally use remark
and remark-lint
quite successfully.
The reason behind it is simple: I like coding standards (I consider documentation as code too) and I like to automate things.
editorconfig
is also very useful. It removes trailing spaces, converts tabs to spaces, and does many other things automatically. It is has plugins for every possible IDE or editor.
If everyone is fine with it:
- [ ] I will add
editorconfig
file - [ ] I will add
remark
configuration (it may also check for dead links and many other things) - [ ] I will write
.travis.yml
file to test our docs - [ ] I will refactor failing parts to fit new rules
I am not sure about access rights. @jarosluv
@jarosluv yeap, some issues with access rights. I can't even push to this project (not even master
, I am using feature-
branch). Could you please fix that?
I have nothing against it of course
@sobolevn
It's an awesome idea!
I try to fix your access issues. Please, check it.
Received, thanks!