Low commit activity in last 3 years
A long-lived project that still receives updates
At WeTransfer we code in style. This is our style.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

= 1.59.0
 Project Readme

wetransfer_style

At WeTransfer we code in style. This is our style.

Using our style

If you want to code in our style, here's what you have to do:

Ruby

Add wetransfer_style to your Gemfile:

gem 'wetransfer_style'

or to your *.gemspec:

spec.add_development_dependency 'wetransfer_style'

Add a .rubocop.yml in the root of you repository, having:

inherit_gem:
  wetransfer_style: ruby/default.yml

Contributing

Thanks for taking the time to bring our style to the next level. If you aren't a contributor, please follow step 1 through 5. If you are a contributor to the repository, please follow all steps.

  1. (Fork and) Clone this repository
  2. Make your changes
  3. Make a concise entry in ./CHANGELOG.md
  4. Bump the version number
  5. Create a Pull Request
  6. Merge the PR on enough approvals
  7. Pull latest changes on your system
  8. Build the gem with gem build wetransfer_style.gemspec
  9. Push your changes with gem push wetransfer_style-x.y.z.gem