rubomatic 1.0.0.pre.rc.1 → 1.0.0.pre.rc.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 +4 -4
- data/configs/style.yml +10 -10
- 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: a3ada84f77d72e9c013db6deb061bcda7442a403ec51444ad06f0e2a052b05be
|
|
4
|
+
data.tar.gz: 49c1269ecaaf1b1beaed4c285f0b2e607e7147e055aa9fa12d7febd1a21807e8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 49fec9a0244cd5f1c73e3ad14ea33acfab8a42a32f345acb58ea027b98ac30e5474b7b5292116615aa24db4e08451eda5eda39c504b01f14245ed4f4ca31cb18
|
|
7
|
+
data.tar.gz: eecfb7001751186cb06b73ee9be773db2fe6802090bafcc5fda8de05e985810456e9eb0c952d68bfaf9c775eebff05e6c3a63db522b4ab9ac0614fdff50d9a4b
|
data/configs/style.yml
CHANGED
|
@@ -534,11 +534,11 @@ Style/Dir:
|
|
|
534
534
|
Enabled: true
|
|
535
535
|
VersionAdded: '0.50'
|
|
536
536
|
|
|
537
|
-
Style/DirEmpty:
|
|
538
|
-
Description: >-
|
|
539
|
-
Prefer to use `Dir.empty?('path/to/dir')` when checking if a directory is empty.
|
|
540
|
-
Enabled: true
|
|
541
|
-
VersionAdded: '1.48'
|
|
537
|
+
#Style/DirEmpty:
|
|
538
|
+
# Description: >-
|
|
539
|
+
# Prefer to use `Dir.empty?('path/to/dir')` when checking if a directory is empty.
|
|
540
|
+
# Enabled: true
|
|
541
|
+
# VersionAdded: '1.48'
|
|
542
542
|
|
|
543
543
|
Style/DisableCopsWithinSourceCodeDirective:
|
|
544
544
|
Severity: info # Or warning
|
|
@@ -737,11 +737,11 @@ Style/FetchEnvVar:
|
|
|
737
737
|
# Environment variables to be excluded from the inspection.
|
|
738
738
|
AllowedVars: [ ]
|
|
739
739
|
|
|
740
|
-
Style/FileEmpty:
|
|
741
|
-
Description: >-
|
|
742
|
-
Prefer to use `File.empty?('path/to/file')` when checking if a file is empty.
|
|
743
|
-
Enabled: true
|
|
744
|
-
VersionAdded: '1.48'
|
|
740
|
+
#Style/FileEmpty:
|
|
741
|
+
# Description: >-
|
|
742
|
+
# Prefer to use `File.empty?('path/to/file')` when checking if a file is empty.
|
|
743
|
+
# Enabled: true
|
|
744
|
+
# VersionAdded: '1.48'
|
|
745
745
|
|
|
746
746
|
Style/FileRead:
|
|
747
747
|
Description: 'Favor `File.(bin)read` convenience methods.'
|
data/lib/rubomatic/version.rb
CHANGED