Skip to content

Releases: Shopify/rubocop-sorbet

v0.8.3

29 Apr 12:24
2b744f9
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • Remove Sorbet/OneAncestorPerLine cop from config/rbi.yml by @st0012 in #227

New Contributors

Full Changelog: v0.8.2...v0.8.3

v0.8.2

23 Apr 20:14
Compare
Choose a tag to compare

What's Changed

🛠 Other Changes

Full Changelog: v0.8.1...v0.8.2

v0.8.1

09 Apr 15:16
479aaef
Compare
Choose a tag to compare

What's Changed

🛠 Other Changes

New Contributors

Full Changelog: v0.8.0...v0.8.1

v0.8.0

18 Mar 19:40
fde440d
Compare
Choose a tag to compare

What's Changed

Note

This version drops the runtime dependency that Sorbet/SignatureBuildOrder had on unparser, so if you had that dependency in your Gemfile for only this reason, you should be able to drop it now.

🛠 Other Changes

  • Add final, bind, & implementation to SignatureBuildOrder by @sambostock in #189

Full Changelog: v0.7.8...v0.8.0

v0.7.8

06 Mar 20:10
Compare
Choose a tag to compare

What's Changed

🛠 Other Changes

  • ForbidTStruct cop's autocorrect should support new lines and adhere to max line length by @KaanOzkan in #203

Full Changelog: v0.7.7...v0.7.8

v0.7.7

06 Mar 20:10
4a8323a
Compare
Choose a tag to compare

What's Changed

🛠 Other Changes

  • Clarify RuboCop setup for RBI files by @andyw8 in #195
  • add missing markdown code fence around example by @mmenanno in #198
  • Add cop against .void.checked(:tests) by @jez in #196

New Contributors

Full Changelog: v0.7.6...v0.7.7

v0.7.6

04 Dec 20:58
Compare
Choose a tag to compare

What's Changed

🛠 Other Changes

Full Changelog: v0.7.5...v0.7.6

v0.7.5

31 Oct 15:55
8f3126a
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • ForbidTStruct handles nilable properties by @Morriar in #180
  • Make incompatible override rule not fail on incomplete signatures by @vinistock in #191

🛠 Other Changes

Full Changelog: v0.7.4...v0.7.5

v0.7.4

28 Sep 14:13
c2bb447
Compare
Choose a tag to compare

What's Changed

✨ Enhancements

  • Extract new BuggyObsoleteStrictMemoization cop by @amomchilov in #175
  • Add cop to forbid T::Struct uses and autocorrect them to bare classes by @Morriar in #178

🛠 Other Changes

New Contributors

Full Changelog: v0.7.3...v0.7.4

v0.7.3

16 Aug 19:56
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • Support block syntax in AllowIncompatibleOverride by @KaanOzkan in #173

Full Changelog: v0.7.2...v0.7.3