Commit Graph

11 Commits

Author SHA1 Message Date
MSP-Greg fa65cf7141
103 RuboCop fixes (#2976)
* rubocop.yml - add more Cops & alphabetize

* RuboCop - Performance/UnfreezeString

* RuboCop - Style/SafeNavigation

* RuboCop - Performance/StringInclude

* RuboCop - Performance/StringIdentifierArgument

* RuboCop - Performance/RegexpMatch

* RuboCop - Performance/MethodObjectAsBlock

* RuboCop - Performance/CollectionLiteralInLoop

* RuboCop - Performance/ChainArrayAllocation
2022-09-30 15:06:32 +09:00
MSP-Greg 33ed25bd0e
Puma 6 gemspec - required_ruby_version to Ruby 2.4, RuboCop updates (#2919)
* Puma 6 - required_ruby_version to Ruby 2.4

* Actions - remove Ruby 2.2 & 2.3, add macOS 12

* Update Rubocop, disable Cops as needed to pass
2022-08-30 15:13:11 +09:00
Nate Berkopec f418a6809a
Add Rubocop for redundant returns 2021-06-10 12:28:35 -06:00
MSP-Greg 1555ca248e
.rubocop.yml - exclude local bundles in test/worker_gem_independence_test 2021-02-15 20:06:57 -06:00
Nate Berkopec 2cef8ddae1
improved rubocop config (#2152) 2020-03-07 08:15:43 -06:00
Richard Schneeman 0cd28f373a
Revert "[close #1811] Minimum Ruby version >= 2.5" 2019-06-14 14:00:54 -05:00
schneems 64cca72d1b [close #1811] Minimum Ruby version >= 2.5 2019-06-10 13:36:54 -05:00
schneems b9a4fccafa Enable all Performance Cops 2018-07-30 21:30:32 -05:00
David Rodríguez 2154d116c3 Bump versions tested on TravisCI (#1566)
* Bump versions tested on TravisCI

* Remove apparently unused stuff

* Workaround for 2.5.1 Travis/Bundler issue

* Remove no longer needed workaround

* Jruby 9.1.17.0 is out!
2018-05-09 12:28:12 -06:00
Vladimir Dementyev 42580133a8 Use Rubocop 0.50; fix SpaceBeforeBlockBraces layout (#1472) 2017-11-30 08:52:40 -07:00
Vladimir Dementyev 2cb2357d39 Let's use Rubocop! (#1325)
* Add limited rubocop config and TODO config

* Remove trailing whitespaces and blanklines

* Add rubocop rake task; upd travis.yml
2017-06-04 13:21:05 -07:00