standard 0.1.9 → 0.1.10
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/Gemfile.lock +1 -1
- data/config/base.yml +5 -2
- data/lib/standard/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a016d56655d297d2e161c5e426b4b195f8e6ddb8c95da83e1637fbcaa02b0ba9
|
|
4
|
+
data.tar.gz: 047a6a69f496735238a3b84a81a9ed11bf6a5033f72690c0fb9e763ec73379c3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 109618c318b76b12227db4acd42c49b4d8b79f70c7ede49436897c97387e90b98ecc7415a46a096fa0c73ed0f0968368485e60495310d4ed871c8cd7670e7e5a
|
|
7
|
+
data.tar.gz: 1e3290442444a828cb06896f4d15894bd8bfeb391a960140ed7f15d93c3deb1535de6a7ca1c2d539156dfbd5494c1e5cb96a606a50bd0eabdf1a03c25e4004d1
|
data/Gemfile.lock
CHANGED
data/config/base.yml
CHANGED
|
@@ -69,7 +69,7 @@ Layout/ConditionPosition:
|
|
|
69
69
|
Layout/DefEndAlignment:
|
|
70
70
|
Enabled: true
|
|
71
71
|
EnforcedStyleAlignWith: start_of_line
|
|
72
|
-
AutoCorrect:
|
|
72
|
+
AutoCorrect: true
|
|
73
73
|
Severity: warning
|
|
74
74
|
|
|
75
75
|
Layout/DotPosition:
|
|
@@ -355,7 +355,7 @@ Lint/ElseLayout:
|
|
|
355
355
|
|
|
356
356
|
Lint/EmptyEnsure:
|
|
357
357
|
Enabled: true
|
|
358
|
-
AutoCorrect:
|
|
358
|
+
AutoCorrect: true
|
|
359
359
|
|
|
360
360
|
Lint/EmptyExpression:
|
|
361
361
|
Enabled: true
|
|
@@ -529,6 +529,9 @@ Lint/Void:
|
|
|
529
529
|
Enabled: true
|
|
530
530
|
CheckForMethodsWithNoSideEffects: false
|
|
531
531
|
|
|
532
|
+
Migration/DepartmentName:
|
|
533
|
+
Enabled: true
|
|
534
|
+
|
|
532
535
|
Naming/AsciiIdentifiers:
|
|
533
536
|
Enabled: true
|
|
534
537
|
|
data/lib/standard/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: standard
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Justin Searls
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-02-
|
|
11
|
+
date: 2020-02-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|