egonSchiele / contracts.ruby

Contracts for Ruby.
http://egonschiele.github.com/contracts.ruby
BSD 2-Clause "Simplified" License
1.44k stars 82 forks source link

RuboCop: Upgrade to 0.41.2, last to support Ruby1.9 #270

Closed olleolleolle closed 7 years ago

olleolleolle commented 7 years ago

This PR:

This sets us off on the journey of upgrading RuboCop and keeping up-to-date with style.

olleolleolle commented 7 years ago

Idea: Have RuboCop run in a separate "Build Stage", first, with a single Ruby version.

Example: https://travis-ci.org/egonSchiele/contracts.ruby/builds/279264498

See https://docs.travis-ci.com/user/build-stages/ for more.