A set of tools for building reliable services of any complexity.
First add this to your Gemfile:
gem "servactory-rubocop", require: false, group: %i[development]
Then run bundle
, then bundle binstubs rubocop
.
Then add a default .rubocop.yml
file in the root of your application with:
inherit_gem:
servactory-rubocop: rubocop-rails.yml
# or
# servactory-rubocop: rubocop-gem.yml
Now you can run ./bin/rubocop
to check for compliance and ./bin/rubocop -a
to automatically fix violations.
This project is intended to be a safe, welcoming space for collaboration. Contributors are expected to adhere to the Contributor Covenant code of conduct. We recommend reading the contributing guide as well.
Servactory is available as open source under the terms of the MIT License.