Skip to content

Releases: Shopify/rubocop-sorbet

v0.6.8

16 Jun 19:40
71179f3
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • Support new type_member / type_template syntax by @Morriar in #105

🛠 Other Changes

New Contributors

Full Changelog: v0.6.7...v0.6.8

v0.6.7

16 Jun 19:40
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • Fix config for Sorbet/EnforceSingleSigil by @Morriar in #96

Full Changelog: v0.6.6...v0.6.7

v0.6.6

16 Jun 19:40
Compare
Choose a tag to compare

What's Changed

✨ Enhancements

  • Add TypeAliasName to ensure all constants used as T.type_alias are in CamelCase by @Morriar in #92

Full Changelog: v0.6.5...v0.6.6

v0.6.5

16 Jun 19:39
Compare
Choose a tag to compare

What's Changed

✨ Enhancements

  • Add Sorbet/EnforceSingleSigil to rbi config by @Morriar in #90

🐛 Bug Fixes

Full Changelog: v0.6.4...v0.6.5

v0.6.4

16 Jun 19:38
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • Fix ForbidRBIOutsideOfAllowedPaths when paths are absolute by @Morriar in #89

Full Changelog: v0.6.3...v0.6.4

v0.6.3

16 Jun 19:38
Compare
Choose a tag to compare

What's Changed

✨ Enhancements

  • Add autocorrect for ForbidIncludeConstLiteral cop by @Morriar in #85
  • Add more lint cops to RBI config by @Morriar in #86

🐛 Bug Fixes

  • Allow signatures declared with T::Sig(::WithoutRuntime) by @Morriar in #84

🛠 Other Changes

  • Explain how to generate the documentation by @Morriar in #69
  • Remove useless cop ParametersOrderingInSignature by @Morriar in #71
  • Fix unparser dependency by @Morriar in #72
  • Add default config to all sigils cops by @Morriar in #73
  • Always correct conditional to multiline in CallbackConditionalsBinding by @vinistock in #74
  • Add cop rules for RBI checking by @Morriar in #76
  • Remove slack channels from service manifest by @services-db in #77
  • Always correct binding to multiline by @vinistock in #78
  • Mark callback binding cop as unsafe and disable it by default by @vinistock in #81
  • Add a cop to enforce a single Sorbet sigil per file by @RyanBrushett in #80
  • Forbid RBI outside of configurable AllowedPaths by @RyanBrushett in #83

Full Changelog: v0.6.2...v0.6.3

v0.6.2

04 Jun 14:52
Compare
Choose a tag to compare
Upgrade bundler

Signed-off-by: Alexandre Terrasa <[email protected]>

v0.3.0

16 Jul 20:54
Compare
Choose a tag to compare
  • #5: Add cop ValidSorbetSigil that checks for valid sigil.

v0.2.0

15 Jul 18:39
Compare
Choose a tag to compare

This is a no-op release compared to 0.0.2. Needed to bump version since the original version on rubygems was 0.1.0.

v0.0.2

12 Jul 18:32
Compare
Choose a tag to compare

Initial release copying cops from waffle-cone.