ruby-lsp-refactor 0.1.1 → 0.1.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: 8b5c862a6cc032cef40f72215c0dd23fdf603dfac480f06d40dbcb44aaf90b70
4
- data.tar.gz: e54a99c4047ca609133ffa416bb48b03764404a88582268c7a02c31c0d22fb5d
3
+ metadata.gz: d35146d55bd766862b61fee2ad5421ad21b42e49e4a777185ad43739aed6edfd
4
+ data.tar.gz: c7d468d9285163b2f6cd6196e0db7a70d391deb0103c70136394537c2926215f
5
5
  SHA512:
6
- metadata.gz: 42ae1d9fdb145a816069ab5aed98e2b3dd5167dabcc8e980a74d3658d8eb4ae8a6fc78a5d6e2a5db1312b08ad19f245b7d049057eb7cab8254276dab60b6e43a
7
- data.tar.gz: 552ac629c91808223461f1ff6ac3ed806815dc1a11895ad041f728b144828f35fd9470e67c8a7c6e1f5349bf0ea86848d2b28be33ac2d17d66d0dc1a817cbb15
6
+ metadata.gz: c1449bad4d3b8c469c5aa645847322269a9847cc79e986ed251845ca3a27d3e8a733eacb00bdc68651637108dd13c5c71570422ccf4df4831927f6ae1a705790
7
+ data.tar.gz: 5aed7d6d70ead9505a3cce632c2568ae194284ceae44c3e3a21b04bd0f4757248ca4af2d48bf3e5a1f0b99e4e3f285e7637f616106bc112c101d57b60b45e5a9
data/.rubocop_todo.yml CHANGED
@@ -1,32 +1,32 @@
1
1
  # This configuration was generated by
2
2
  # `rubocop --auto-gen-config`
3
- # on 2026-06-15 16:00:25 UTC using RuboCop version 1.87.0.
3
+ # on 2026-06-16 05:51:13 UTC using RuboCop version 1.87.0.
4
4
  # The point is for the user to remove these configuration records
5
5
  # one by one as the offenses are removed from the code base.
6
6
  # Note that changes in the inspected code, or installation of new
7
7
  # versions of RuboCop, may require this file to be generated again.
8
8
 
9
- # Offense count: 19
9
+ # Offense count: 26
10
10
  # Configuration parameters: AllowedMethods, AllowedPatterns, CountRepeatedAttributes.
11
11
  Metrics/AbcSize:
12
12
  Max: 42
13
13
 
14
- # Offense count: 4
14
+ # Offense count: 7
15
15
  # Configuration parameters: CountComments, CountAsOne.
16
16
  Metrics/ClassLength:
17
17
  Max: 218
18
18
 
19
- # Offense count: 5
19
+ # Offense count: 6
20
20
  # Configuration parameters: AllowedMethods, AllowedPatterns.
21
21
  Metrics/CyclomaticComplexity:
22
22
  Max: 11
23
23
 
24
- # Offense count: 42
24
+ # Offense count: 64
25
25
  # Configuration parameters: CountComments, CountAsOne, AllowedMethods, AllowedPatterns.
26
26
  Metrics/MethodLength:
27
- Max: 36
27
+ Max: 40
28
28
 
29
- # Offense count: 4
29
+ # Offense count: 5
30
30
  # Configuration parameters: AllowedMethods, AllowedPatterns.
31
31
  Metrics/PerceivedComplexity:
32
32
  Max: 11