Skip to content

Releases: moneytree/rubocop-config

v1.0.4

21 Jul 06:03
c6bdd87

Choose a tag to compare

  • Disabled these cops:
    • Style/ZeroLengthPredicate
    • Style/NumericPredicate

v1.0.3

02 Apr 05:19
1e02e5d

Choose a tag to compare

  • Require rubocop >= 0.81.0
  • Require ruboco-rails >= 2.5.0
  • Enabled these cops:
    • Lint/RaiseException
    • Lint/StructNewOverride
    • Style/HashEachMethods
    • Style/HashTransformKeys
    • Style/HashTransformValues

v1.0.1

07 Jun 01:21
55a2657

Choose a tag to compare

  • Metrics/ClassLength will not be applied to MiniTest files anymore. (rubocop.test.yml) #2

v1.0.0

30 May 04:39
1622438

Choose a tag to compare

First release :party:

  • Imported Rubocop configs from one of our major projects.
  • Locked Rubocop version at 0.70.0