Skip to content

Releases: gocardless/gc_ruboconfig

v3.0.0

14 Feb 10:52
b3e58c4
Compare
Choose a tag to compare

What's Changed

To migrate:

inherit_gem:
  gc_ruboconfig:
    - rubocop.yml
    - rails.yml

Full Changelog: v2.33.0...v3.0.0

v2.33.0

09 Feb 16:44
e543f35
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.32.0...v2.33.0

v2.32.0

08 Feb 15:56
4275606
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.31.0...v2.32.0

v2.31.0

13 Jan 12:03
f162006
Compare
Choose a tag to compare

What's Changed

  • Set sensible defaults for 'complexity' metrics by @ivgiuliani in #91

Full Changelog: v2.30.0...v2.31.0

v.2.30.0

05 Jan 17:43
0b29421
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.29.0...v2.30.0

v2.29.0

19 Oct 16:25
469c9f5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.28.0...v2.29.0

v2.28.0

25 Aug 08:57
d9e6321
Compare
Choose a tag to compare
  • Enable support for new cops:
    • Layout/LineEndStringConcatenationIndentation
    • Naming/InclusiveLanguage (disabled by default)
    • Lint/AmbiguousRange
    • Style/RedundantSelfAssignmentBranch
    • RSpec/IdenticalEqualityAssertion

v2.26.0

07 Jun 10:10
f684668
Compare
Choose a tag to compare
  • Enabled new rubocop cops:
    • Lint/EmptyInPattern
    • Style/StringChars
    • Style/InPatternThen
    • Style/MultilineInPatternThen
    • Style/QuotedSymbols
  • Enabled new rubocop-performance cops:
    • Performance/MapCompact

v2.15.0

08 Jul 15:01
5a92941
Compare
Choose a tag to compare

2.15.0

  • Support new cop introduced by rubocop v0.87: Style/AccessorGrouping (disabled by default), Style/BisectedAttrAccessor and Style/RedundantAssignment
  • Support new cop introduced by rubocop v0.86: Style/RedundantFetchBlock
  • Support new cops introduced by rubocop v0.85: Lint/MixedRegexpCaptureTypes, Style/RedundantRegexpEscape and Style/RedundantRegexpCharacterClass

v2.14.0: Merge pull request #67 from gocardless/new-cop-0.84

21 May 14:12
55dc60e
Compare
Choose a tag to compare
  • Enable a new cop introduced by rubocop v0.84: Lint/DeprecatedOpenSSLConstant