rubocop-recorrido 0.1.3 → 0.2.0

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: 128fe23ed4f375e8fc97f9983fea86aab81e68112dfc6c9f2e8ec43be160f45f
4
- data.tar.gz: b05eb934d4f78fb179d8c7efb4953268090333ccdefb297a52b4171af3aca161
3
+ metadata.gz: 035557d166ba6123bc5132caff528251af6d81f392736e1d6bc98a06861c9be6
4
+ data.tar.gz: 299deb4cf81c1ad6bdc10cd4d799874ae07d7ed89f13542c505a04c73ec9e959
5
5
  SHA512:
6
- metadata.gz: 3e2f020197a462bb915476513292ef92e9907e64a0a25ee9fd6175e4c4aea14c45f4089917b5dff0dd58f9d53a464a95e1427184e8ed6567c06a6c7637d0a2bc
7
- data.tar.gz: 9b11f99a7d5a59968ce1692b5d66ddaab569884126b54eda3fea00b29905228eaebcc29e050e12422820cfb2d48af47f40b4c5f738793527fe1d492c77ce73cc
6
+ metadata.gz: a337b0b95d9e52e6f5d3ecf160c791ba43b40e376326975fa824c069624d98f963689679be827e985ba8d9bdb94d0bd1eda377b7b6f480d4ae994064eeb23e5b
7
+ data.tar.gz: fb60001d32d21673208ea550c6ea2a57aedea6d4b2094e47f95073d980c80c698fd22e120e134ad41ec3ad22445b8525d153f1b97151d997dd9cfd661dc49e4b
data/lib/config.yml CHANGED
@@ -34,6 +34,9 @@ Style/AccessorGrouping:
34
34
  Style/AsciiComments:
35
35
  Enabled: false
36
36
 
37
+ Style/Documentation:
38
+ Enabled: false
39
+
37
40
  Style/EmptyCaseCondition:
38
41
  Enabled: false
39
42
 
@@ -46,6 +49,23 @@ Sorbet/EnforceSignatures:
46
49
  Sorbet/FalseSigil:
47
50
  Enabled: false
48
51
 
52
+ Style/MethodCallWithArgsParentheses:
53
+ Enabled: false
54
+ IgnoreMacros: true
55
+ Exclude:
56
+ - 'Gemfile'
57
+ IgnoredMethods:
58
+ - describe
59
+ - require
60
+ - to
61
+ - not_to
62
+ IgnoredPatterns: []
63
+ IncludedMacros: []
64
+ EnforcedStyle: require_parentheses
65
+ SupportedStyles:
66
+ - require_parentheses
67
+ - omit_parentheses
68
+
49
69
  Sorbet/StrictSigil:
50
70
  Enabled: true
51
71
  Exclude: ['db/**/*', 'spec/**/*']
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubocop
4
4
  module Recorrido
5
- VERSION = '0.1.3'
5
+ VERSION = '0.2.0'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-recorrido
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rodrigo Andrés Contreras Vilina
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-18 00:00:00.000000000 Z
11
+ date: 2021-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -107,8 +107,8 @@ homepage: https://github.com/vaporyhumo/rubocop-recorrido
107
107
  licenses: []
108
108
  metadata:
109
109
  homepage_uri: https://github.com/vaporyhumo/rubocop-recorrido
110
- source_code_uri: https://github.com/vaporyhumo/rubocop-recorrido
111
- changelog_uri: https://github.com/vaporyhumo/rubocop-recorrido/blob/main/CHANGELOG.md
110
+ source_code_uri: https://github.com/recorrido/rubocop-recorrido
111
+ changelog_uri: https://github.com/recorrido/rubocop-recorrido/blob/main/CHANGELOG.md
112
112
  post_install_message:
113
113
  rdoc_options: []
114
114
  require_paths:
@@ -124,7 +124,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
124
124
  - !ruby/object:Gem::Version
125
125
  version: '0'
126
126
  requirements: []
127
- rubygems_version: 3.1.4
127
+ rubygems_version: 3.2.13
128
128
  signing_key:
129
129
  specification_version: 4
130
130
  summary: Rubocop setup used by RecorridoCL