https://github.com/aergonaut/rosie
Ensuring tidiness in your repositories
https://github.com/aergonaut/rosie
Last synced: 24 days ago
JSON representation
Ensuring tidiness in your repositories
- Host: GitHub
- URL: https://github.com/aergonaut/rosie
- Owner: aergonaut
- Created: 2015-12-31T07:49:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-26T05:37:48.000Z (over 9 years ago)
- Last Synced: 2025-02-09T19:29:21.228Z (3 months ago)
- Language: Ruby
- Size: 46.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rosie
[](https://travis-ci.org/aergonaut/rosie)
**Rosie** helps keep your repository tidy by ensuring your contributors follow
a standard format for commit messages and Pull Request titles.**Disclaimer**: Currently, Rosie is intended for use only by my coworkers and I
at my day job. Given that, the code is very opinionated and probably won't be
useful to you without some serious customization. Some of the checks probably
don't make sense at all outside of our projects. YMMV.## Features
- [x] Check incoming Pull Requests against a library of different checks
- [x] Warn of violations in a comment posted on the Pull Request
- [ ] Optionally add a failed status to the PR if a standard is broken### Supported checks
- [x] Pull Request title follows standard format
- [ ] Commit message follows standard format
- [x] If the commit introduces a migration, the timestamp in `schema.rb` must be
\>= the timestamp of the migration## License
MIT.