rubocop-on-rbs 1.4.0 → 1.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 34dde3fda59e719b26f5a39a31b43df6dff8ae433e45693b40c18ccee7844178
|
4
|
+
data.tar.gz: 4788f1f4adb88f6b62a3174a9079190f667a81d2c077cbcff7bee093f12319ea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 02a91b40de9312f6b689f8b7b6f180852239a16dcc5753e74f2648b31816ae0473bf48c2872ccc235221014bf207f4a5cdaf418837f63ba32a03110782c5cdbf
|
7
|
+
data.tar.gz: d4f3c5f1a195e4ac1a03285d7932841004e951ad3fd3b957d197496c53a0939063c6fceabd6c6773e488ebed22cc7b065611d5e7fb35b1b372794deb21081aba
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,24 @@
|
|
1
1
|
## [Unreleased]
|
2
2
|
|
3
|
+
## [1.4.2] - 2025-02-23
|
4
|
+
|
5
|
+
* [RBS/Style/ClassWithSingleton] Digging into each types by @ksss in https://github.com/ksss/rubocop-on-rbs/pull/84
|
6
|
+
* [RBS/Style/InstanceWithInstance] Digging into each types by @ksss in https://github.com/ksss/rubocop-on-rbs/pull/83
|
7
|
+
|
8
|
+
## [1.4.1] - 2025-02-23
|
9
|
+
|
10
|
+
* Default type params allows void by @ksss in https://github.com/ksss/rubocop-on-rbs/pull/82
|
11
|
+
|
12
|
+
## [1.4.0] - 2025-02-23
|
13
|
+
|
14
|
+
* Bundle update by @ksss in https://github.com/ksss/rubocop-on-rbs/pull/71
|
15
|
+
* Improve will syntax error by @ksss in https://github.com/ksss/rubocop-on-rbs/pull/73
|
16
|
+
* [RBS/Lint/WillSyntaxError] Support Proc self_type by @ksss in https://github.com/ksss/rubocop-on-rbs/pull/74
|
17
|
+
* Add RBS/Lint/NewReturnsVoid by @ksss in https://github.com/ksss/rubocop-on-rbs/pull/79
|
18
|
+
* Bundle update by @ksss in https://github.com/ksss/rubocop-on-rbs/pull/80
|
19
|
+
* Enabled pending cops by @ksss in https://github.com/ksss/rubocop-on-rbs/pull/81
|
20
|
+
* Use Ruby 3.4 on CI by @ksss in https://github.com/ksss/rubocop-on-rbs/pull/72
|
21
|
+
|
3
22
|
## [1.3.0] - 2024-12-24
|
4
23
|
|
5
24
|
* Add RBS/Lint/AmbiguousKeywordArgumentKey by @ksss in https://github.com/ksss/rubocop-on-rbs/pull/51
|
data/lib/rubocop/rbs/version.rb
CHANGED