Dutchie-Style 2.0.0 → 2.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/default.yml +3 -3
- data/lib/Dutchie/Style/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: '05809b57f47f983740e5948849b66372786e6ac31bd78459dc87111c732d22ba'
|
4
|
+
data.tar.gz: 02a5a859758bbf8fadd0243a1814d68d866a25e8511d85d9ffbd821e03eac2f7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ced791a0e88123001cc593cb8ba13cb7b6cdc20e50c8c94f0d9e8cc749b167b5f24fdd6f7d5cc3c89a0ba7e0536fa853d45ac18ffd9d0755506b30d2689aed8d
|
7
|
+
data.tar.gz: 6f1e885173a64467dc7babd2c61afe70faee632b9105fc1bf4822117cd39a6b50e658da922aea5f339e4ab8c4f33bc6f0df083eaecf19abf0294dd7fc038b36a
|
data/default.yml
CHANGED
@@ -40,7 +40,7 @@ Layout/LineLength:
|
|
40
40
|
AllowHeredoc: true
|
41
41
|
# There's a bug which considers commas after a URI too long so we can't use built-in AllowURI setting.
|
42
42
|
# Pattern matches valid URI encapsulated within a string literal.
|
43
|
-
|
43
|
+
AllowedPatterns: ['["\u0027].*https?[\w\:\/\$\–\-\#\.\+\!\*\‘\(\)\,]*.*["\u0027]']
|
44
44
|
|
45
45
|
|
46
46
|
# No space makes the method definition shorter and differentiates
|
@@ -79,7 +79,7 @@ Layout/SpaceInsideHashLiteralBraces:
|
|
79
79
|
Metrics/BlockLength:
|
80
80
|
Exclude:
|
81
81
|
- "spec/factories/**/*.rb"
|
82
|
-
|
82
|
+
IgnoredMethods: ['describe', 'context']
|
83
83
|
|
84
84
|
# Too short methods lead to extraction of single-use methods, which can make
|
85
85
|
# the code easier to read (by naming things), but can also clutter the class
|
@@ -175,7 +175,7 @@ Style/MethodCallWithArgsParentheses:
|
|
175
175
|
VersionChanged: '0.61'
|
176
176
|
IgnoreMacros: true
|
177
177
|
IgnoredMethods: []
|
178
|
-
|
178
|
+
AllowedPatterns: []
|
179
179
|
IncludedMacros: []
|
180
180
|
AllowParenthesesInMultilineCall: false
|
181
181
|
AllowParenthesesInChaining: false
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: Dutchie-Style
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Christopher Ostrowski
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-06-
|
11
|
+
date: 2022-06-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|