Releases: gocardless/gc_ruboconfig
Releases · gocardless/gc_ruboconfig
v3.0.0
What's Changed
- Allow rails cops to be required separately by @JoeSouthan in #94
To migrate:
inherit_gem:
gc_ruboconfig:
- rubocop.yml
- rails.yml
Full Changelog: v2.33.0...v3.0.0
v2.33.0
v2.32.0
v2.31.0
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
What's Changed
- Disable RSpec/FactoryBot/SyntaxMethods by @ahjmorton in #89
Full Changelog: v2.29.0...v2.30.0
v2.29.0
What's Changed
- disable Metrics/MethodLength lint rule by @disintegrator in #87
- prepare to release v2.29.0 by @disintegrator in #88
New Contributors
- @disintegrator made their first contribution in #87
Full Changelog: v2.28.0...v2.29.0
v2.28.0
- Enable support for new cops:
Layout/LineEndStringConcatenationIndentation
Naming/InclusiveLanguage
(disabled by default)Lint/AmbiguousRange
Style/RedundantSelfAssignmentBranch
RSpec/IdenticalEqualityAssertion
v2.26.0
- Enabled new rubocop cops:
- Lint/EmptyInPattern
- Style/StringChars
- Style/InPatternThen
- Style/MultilineInPatternThen
- Style/QuotedSymbols
- Enabled new rubocop-performance cops:
- Performance/MapCompact
v2.15.0
2.15.0
- Support new cop introduced by rubocop v0.87:
Style/AccessorGrouping
(disabled by default),Style/BisectedAttrAccessor
andStyle/RedundantAssignment
- Support new cop introduced by rubocop v0.86:
Style/RedundantFetchBlock
- Support new cops introduced by rubocop v0.85:
Lint/MixedRegexpCaptureTypes
,Style/RedundantRegexpEscape
andStyle/RedundantRegexpCharacterClass
v2.14.0: Merge pull request #67 from gocardless/new-cop-0.84
- Enable a new cop introduced by rubocop v0.84:
Lint/DeprecatedOpenSSLConstant