Dutchie-Style 2.0.0 → 2.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2979ce72ee0581c527a64720f84203514d2d3f9f68ec96a7e48b0785a3b5574a
4
- data.tar.gz: '040977d7c8ecdaf0000a5fe714677365bb8361ec743f26a8682fc1b8f39a7f78'
3
+ metadata.gz: 543b159efcf17f9004d29574bb896af392debeccec71e1773df09b6e170f331b
4
+ data.tar.gz: e5647e34175d9ee437b520b99bf4045a8159387c8721ffc80b395af62454ab82
5
5
  SHA512:
6
- metadata.gz: 9d2272007d026c87ea281c4502251e87cd1fc21c238840f5cda86e1a35155b16df1c82763f76b80fee0935b53eaeb6d470767abd46065ad4f37297ab43e86951
7
- data.tar.gz: 36c8d0bc49b88c07d86f149966422acf23d17635acd07147a644d9ebc0002bf8a3cdc78576e73ac58b2073759e426a6cd2399cbe2306610c275ac2529510d810
6
+ metadata.gz: 8c324ec776a3601e7532d5e572afb218ec5d5d7b3f3991ebc254e1469f391b8dc380448a6128891b43954c15136e67b1f46a0b14dc3e743e6bc4d29236416ecf
7
+ data.tar.gz: 503d48f16a88aab32986e76d360134f6c94748196ee2e16dd32656d689b134eba8f2f54c5c3f40a9b8f9557c63de8fbed8e8b55c0d990d8818b4e6296a6e3399
data/default.yml CHANGED
@@ -25,7 +25,7 @@ AllCops:
25
25
  # Capybara cops
26
26
 
27
27
  # Allows us to use scenario/feature instead of it/describes
28
- Capybara/FeatureMethods:
28
+ RSpec/Capybara/FeatureMethods:
29
29
  Enabled: true
30
30
  EnabledMethods: ['feature', 'scenario']
31
31
 
@@ -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
- IgnoredPatterns: ['["\u0027].*https?[\w\:\/\$\–\-\#\.\+\!\*\‘\(\)\,]*.*["\u0027]']
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
- ExcludedMethods: ['describe', 'context']
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
- IgnoredPatterns: []
178
+ AllowedPatterns: []
179
179
  IncludedMacros: []
180
180
  AllowParenthesesInMultilineCall: false
181
181
  AllowParenthesesInChaining: false
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Dutchie
4
4
  module Style
5
- VERSION = '2.0.0'
5
+ VERSION = '2.0.3'
6
6
  end
7
7
  end
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.0
4
+ version: 2.0.3
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-15 00:00:00.000000000 Z
11
+ date: 2022-06-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop