Releases: Shopify/rubocop-sorbet
Releases · Shopify/rubocop-sorbet
v0.6.8
What's Changed
🐛 Bug Fixes
🛠 Other Changes
- Add Ruby 3.1 to the CI matrix by @petergoldstein in #98
- Refine
Style/MutableConstant
to processT.let
expressions. by @paracycle in #101 - Better explanation on how to use the
rbi.yml
config by @Morriar in #97
New Contributors
- @petergoldstein made their first contribution in #98
Full Changelog: v0.6.7...v0.6.8
v0.6.7
v0.6.6
v0.6.5
v0.6.4
v0.6.3
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
🛠 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
Upgrade bundler Signed-off-by: Alexandre Terrasa <[email protected]>
v0.3.0
v0.2.0
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
Initial release copying cops from waffle-cone
.