rubocop-rubomatic 1.6.0.rc.pre.2 → 1.6.0.rc.pre.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/config/style.yml +2 -2
- data/lib/rubocop/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: 9c9c7368704bf00c57f58d4155f380fb686fecd8237ff72be5677158f671f35a
|
4
|
+
data.tar.gz: 2e7ad38ae3d638c515c5b218230b12ecbb01622ec0f39189c089d5151db13841
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9078939fc624d6f7dfd3937226170a5e943de5831d491b40864c20ee867a0786abf66a9f84014a05073a2991089d82fe0da20b6fa39c923ac7b3286c0ff1c17f
|
7
|
+
data.tar.gz: 4e6f62fe23f50ec916a878a48dfdae7a8c3e8267166bf3bba17625bd8101636722c1e919a89b24ba03cce1b863a41c0717ba3145bd5d9b4a455e73f9895a7e9f
|
data/config/style.yml
CHANGED
@@ -785,7 +785,7 @@ Style/ItBlockParameter:
|
|
785
785
|
Enabled: true
|
786
786
|
EnforcedStyle: disallow
|
787
787
|
|
788
|
-
Style/
|
788
|
+
Style/KeywordArgumentsMerging:
|
789
789
|
Enabled: true
|
790
790
|
|
791
791
|
Style/KeywordParametersOrder:
|
@@ -1278,7 +1278,7 @@ Style/RedundantInterpolation:
|
|
1278
1278
|
Enabled: true
|
1279
1279
|
|
1280
1280
|
Style/RedundantInterpolationUnfreeze:
|
1281
|
-
Enabled: <%= ENV['RUBY_MAJOR'].to_i >= 3
|
1281
|
+
Enabled: <%= ENV['RUBY_MAJOR'].to_i >= 3 %>
|
1282
1282
|
|
1283
1283
|
Style/RedundantLineContinuation:
|
1284
1284
|
Enabled: true
|