Commit graph

6 commits

Author SHA1 Message Date
hellonadya 2ee39a0d58
Update Roadmap.md (#958)
* Update Roadmap.md

Roadmap updated in accordance with the internal document

* Fix markdown issues in Roadmap

Add Roadmap.md to markdownlint check in CI

* Change name of Roadmap file to capital letters

It's more tradiotonal to name info files in uppercase
See:
https://softwareengineering.stackexchange.com/a/301708/359643

Co-authored-by: Pavel Lobashov <shockwavenn@gmail.com>
2020-09-08 11:12:26 +03:00
Pavel Lobashov 1717bf6e46 Show spellchecker output if spellchecker task fails (#573) 2019-05-24 19:17:43 +03:00
Pavel Lobashov 5d9cd5b483 Spellcheck travis task will fail (#557) 2019-05-06 15:15:09 +03:00
Pavel Lobashov 629b9875bf Do not clone submodules in travis check (#497)
Speed things up, since all checks performed on
code in repo, not in any submodule
2019-02-05 17:23:11 +03:00
Pavel Lobashov 4ad4cbdc35 Add support of spell check via aspell (#462)
* Add support of spellcheck via aspell

* Fix incorrect changes

* Another incorrect change

* Add newline to end of travis config

* Actualize dictonary

* actualize spellcheck dictonary

* Add some more words

* Redone stages
2018-12-24 18:21:53 +03:00
Pavel Lobashov 57f8059dfe Add travis task for markdownlint (#460)
* Add travis task for markdownlint

* Use nodejs 10

* Use `markdownlint-cli` package to run tests

* Apply to any md file

* Add config to markdownl linter to allow sibling rule

* Fix a lot of markdownlin warnings

* Use markdownlint only for CHANGELOG

* Add newline to markdown config file
2018-12-24 15:58:12 +03:00