https://github.com/hanami/devtools
Hanami development tools [internal usage]
https://github.com/hanami/devtools
Last synced: 7 months ago
JSON representation
Hanami development tools [internal usage]
- Host: GitHub
- URL: https://github.com/hanami/devtools
- Owner: hanami
- Created: 2017-10-03T07:47:21.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-06-05T23:46:10.000Z (7 months ago)
- Last Synced: 2025-06-08T16:04:15.499Z (7 months ago)
- Language: Ruby
- Size: 146 KB
- Stars: 4
- Watchers: 11
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hanami::Devtools
These are various tools we use for developing [Hanami](https://github.com/hanami).
**You probably don't want to use this gem**, unless you're working on Hanami.
One way you could use it in a project is to inherit from Hanami's Rubocop config.
To do that, start your `.rubocop.yml` file with:
```yml
inherit_from:
https://raw.githubusercontent.com/hanami/devtools/main/.rubocop.yml
```
Then you can add more below it as needed.
Be aware thought that we provide no commitment to keeping this file stable:
it's merely our preferences for working on Hanami _libraries_.
We politely decline requests to change it based on how you use it in your _projects_.
If you don't like a rule, please override it in your `.rubocop.yml` file :)