rubomatic 1.0.0.pre.rc.3 → 1.0.0.pre.rc.4
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 +4 -4
- data/LICENSE.txt +0 -2
- data/configs/layout.yml +0 -2
- data/configs/style.yml +0 -3
- data/lib/rubomatic/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 68eb4e1278acd31b2830eff4d97844752ec725f0257d2e022d52c04cae42eb52
|
4
|
+
data.tar.gz: eb9032ab9a57e110bca7cec573707b84b1c4a06f4cb2e56f4a93cdccd64d9431
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3b56f4382aa04beadf049abdfa621a8b7df618755c056f5b5513decaf5352b57e07e07ba8d12c38025f1c809b3aef530061657114fe836caeddad5672ebe3040
|
7
|
+
data.tar.gz: fc0b70c7af7fbb3f9d682da62d631ced483dd41c7650c1e526dbc3ff0135108c4d6738a19235e3001b1a157d6e6365f9885d621c5a4b4f2385a1d5052b9c5ac1
|
data/LICENSE.txt
CHANGED
@@ -1,7 +1,5 @@
|
|
1
1
|
Copyright (c) 2012-23 Brands Insurance
|
2
2
|
|
3
|
-
Copyright for portions of project Rubocop are held by Bozhidar Batsov and other contributors, as part of project Rubocop.
|
4
|
-
|
5
3
|
Permission is hereby granted, free of charge, to any person obtaining
|
6
4
|
a copy of this software and associated documentation files (the
|
7
5
|
"Software"), to deal in the Software without restriction, including
|
data/configs/layout.yml
CHANGED
@@ -65,7 +65,6 @@ Layout/AssignmentIndentation:
|
|
65
65
|
Checks the indentation of the first line of the
|
66
66
|
right-hand-side of a multi-line assignment.
|
67
67
|
Enabled: true
|
68
|
-
SafeAutoCorrect: false
|
69
68
|
VersionAdded: '0.49'
|
70
69
|
VersionChanged: '1.40'
|
71
70
|
|
@@ -700,7 +699,6 @@ Layout/LineContinuationLeadingSpace:
|
|
700
699
|
broken over multiple lines (by a backslash).
|
701
700
|
Enabled: true
|
702
701
|
AutoCorrect: false
|
703
|
-
SafeAutoCorrect: false
|
704
702
|
VersionAdded: '1.31'
|
705
703
|
VersionChanged: '1.32'
|
706
704
|
EnforcedStyle: trailing
|
data/configs/style.yml
CHANGED
@@ -1775,7 +1775,6 @@ Style/RandomWithOffset:
|
|
1775
1775
|
Enabled: true
|
1776
1776
|
VersionAdded: '0.52'
|
1777
1777
|
|
1778
|
-
<% if RuboCop::Version.document_version.to_f >= 1.40 %>
|
1779
1778
|
Style/RedundantArgument:
|
1780
1779
|
Description: 'Check for a redundant argument passed to certain methods.'
|
1781
1780
|
Enabled: true
|
@@ -1789,7 +1788,6 @@ Style/RedundantArgument:
|
|
1789
1788
|
split:
|
1790
1789
|
chomp:
|
1791
1790
|
chomp!:
|
1792
|
-
<% end %>
|
1793
1791
|
|
1794
1792
|
Style/RedundantAssignment:
|
1795
1793
|
Description: 'Checks for redundant assignment before returning.'
|
@@ -2278,7 +2276,6 @@ Style/SymbolProc:
|
|
2278
2276
|
AllowedMethods:
|
2279
2277
|
- define_method
|
2280
2278
|
AllowedPatterns: [ ]
|
2281
|
-
IgnoredMethods: [ ] # deprecated
|
2282
2279
|
AllowComments: false
|
2283
2280
|
|
2284
2281
|
Style/TernaryParentheses:
|
data/lib/rubomatic/version.rb
CHANGED