https://github.com/samesystem/pronto-docslint
https://github.com/samesystem/pronto-docslint
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/samesystem/pronto-docslint
- Owner: samesystem
- License: mit
- Created: 2019-04-05T06:07:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-05T06:31:14.000Z (about 7 years ago)
- Last Synced: 2026-03-02T21:53:50.104Z (4 months ago)
- Language: Ruby
- Size: 11.7 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Pronto Docslint
[](https://travis-ci.org/samesystem/pronto-docslints)
[](https://codecov.io/gh/samesystem/pronto-docslint)
Pronto runner for documentation checker
## Example configuration:
```yaml
# .pronto_docslint.yml
additions_treshold: 2
deletions_treshold: 2
watched_file_extensions:
- rb
- js
```
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/samesystem/pronto-docslint. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
## Code of Conduct
Everyone interacting in the pronto-docslint project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/samesystem/pronto-docslint/blob/master/CODE_OF_CONDUCT.md).