rubocop-nosolosoftware 1.3.0 → 1.8.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: fc810e1d9062199b0c0b36a25525b303e8858fbad3a9171dd8c2d4bfa8be1c01
4
- data.tar.gz: c6de1928007bec97e01cb1877174ad501e2b79c39771d3932c8e95dc8c7c5c9a
3
+ metadata.gz: ba5df62d412085a3f004240a333d4f06277f7f328da9ba9a5481cf8fd0ccc3d4
4
+ data.tar.gz: eed09f87292739062b8baabf4455170e7b53ad5a59ebe92d75022aea9fb8a14a
5
5
  SHA512:
6
- metadata.gz: '078c0c3e9c70626d552a0bb37352f7ca0b7ec278829f62ca7782ee42b5a2bc2cf88c3bd09d0f9d2524302e532e9469d220a6f405c122b00fb48faad71fd3a8e8'
7
- data.tar.gz: 3171eb2a61170ca41b00cc2ceace94e779fa590dd850c246ecd086ef268c153c22d2b65852e4d642c33dccf4af0ecaa1064d8beaa63233d636af5cde14a37aba
6
+ metadata.gz: 06c1e3d9fd28e1dcc8d6a9e96e87673a955a4cb9322c957756c03c19500c2f487514e228739dda9749ec43d175c9d840db8336f559b183043669181fe3d0d420
7
+ data.tar.gz: fe6bc808329f57eb32ed73d6dd78bc9b236b77ecb2bcd552bdefeac7b593c7fc99bd642817b46c68aa6976380ff25aaa95d85c40a8633d2df9d2bb33e5369a62
data/CHANGELOG.md CHANGED
@@ -5,31 +5,106 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ The following rules have been added:
9
+
10
+ ## 1.8.0 - 2021-06-29
11
+ - Added new rules introduced in the last version.
12
+ - rubocop
13
+ - Layout/LineEndStringConcatenationIndentation (1.18)
14
+ - Naming/InclusiveLanguage (1.18)
15
+
16
+ ### Changed
17
+ - Updated dependency rubocop
18
+
19
+ ## 1.7.0 - 2021-06-29
20
+ - Added new rules introduced in the last version.
21
+ - rubocop-rails
22
+ - Rails/AddColumnIndex (2.11)
23
+ - Rails/ExpandedDateRange (2.11)
24
+ - Rails/I18nLocaleAssignment (2.11)
25
+ - Rails/UnusedIgnoredColumns (2.11)
26
+ - Rails/EagerEvaluationLogMessage (2.11)
27
+ - rubocop-rspec
28
+ - RSpec/IdenticalEqualityAssertion (2.4)
29
+ - RSpec/Rails/AvoidSetupHook (2.4)
30
+
31
+ ### Changed
32
+ - Updated dependency rubocop-rails and rubocop-rspec
33
+
34
+ ## 1.6.0 - 2021-06-08
35
+
36
+ ### Added
37
+ - Added new rules introduced in the last version.
38
+ - rubocop
39
+ - Lint/EmptyInPattern (1.16)
40
+ - Style/InPatternThen (1.16)
41
+ - Style/MultilineInPatternThen (1.16)
42
+ - Style/QuotedSymbols (1.16)
43
+ - Style/StringChars (1.12)
44
+ - Performance/MapCompact (1.11)
45
+ - Performance/RedundantEqualityComparisonBlock (1.10)
46
+ - Performance/RedundantSplitRegexpArgument (1.10)
47
+ - rubocop-rails
48
+ - Rails/EnvironmentVariableAccess (2.10)
49
+ - Rails/TimeZoneAssignment (2.10)
50
+
51
+ ### Changed
52
+ - Updated dependency rubocop-rails
53
+
54
+ ## 1.5.0 - 2021-02-25
55
+
56
+ ### Added
57
+ - Added new rules introduced in the last version.
58
+ - rubocop
59
+ - Gemspec/DateAssignment (1.10)
60
+ - Layout/SpaceBeforeBrackets (1.7)
61
+ - Lint/AmbiguousAssignment (1.7)
62
+ - Lint/DeprecatedConstants (1.8)
63
+ - Lint/LambdaWithoutLiteralBlock (1.8)
64
+ - Lint/NumberedParameterAssignment (1.9)
65
+ - Lint/OrAssignmentToConstant (1.9)
66
+ - Lint/RedundantDirGlobSort (1.8)
67
+ - Lint/SymbolConversion (1.9)
68
+ - Lint/TripleQuotes (1.9)
69
+ - Style/EndlessMethod (1.8)
70
+ - Style/HashConversion (1.10)
71
+ - Style/HashExcept (1.7)
72
+ - Style/IfWithBooleanLiteralBranches (1.9)
73
+
74
+ ## 1.4.0 - 2020-12-15
75
+ ### Added
76
+ - Added new rules introduced in the last version.
77
+ - rubocop
78
+ - Lint/UnexpectedBlockArity (1.5)
79
+ - rubocop-rails
80
+ - Rails/AttributeDefaultBlockValue (2.9)
81
+ - Rails/WhereEquals (2.9)
82
+
8
83
  ## 1.3.0 - 2020-11-25
9
84
  ### Added
10
85
  - Added new rules introduced in the last version.
11
- - rubocop
12
- - Style/RedundantArgument (1.4)
13
- - rubocop-performance
14
- - Performance/ArraySemiInfiniteRangeSlice (1.9)
15
- - Performance/BlockGivenWithExplicitBlock (1.9)
16
- - Performance/CollectionLiteralInLoop (1.8)
17
- - Performance/ConstantRegexp (1.9)
18
- - Performance/MethodObjectAsBlock (1.9)
86
+ - rubocop
87
+ - Style/RedundantArgument (1.4)
88
+ - rubocop-performance
89
+ - Performance/ArraySemiInfiniteRangeSlice (1.9)
90
+ - Performance/BlockGivenWithExplicitBlock (1.9)
91
+ - Performance/CollectionLiteralInLoop (1.8)
92
+ - Performance/ConstantRegexp (1.9)
93
+ - Performance/MethodObjectAsBlock (1.9)
19
94
 
20
95
  ## 1.2.0 - 2020-11-13
21
96
  ### Added
22
97
  - Added new rules introduced in the last version.
23
- - Lint/DuplicateBranch (1.3)
24
- - Lint/EmptyClass (1.3)
25
- - Style/NilLambda (1.3)
98
+ - Lint/DuplicateBranch (1.3)
99
+ - Lint/EmptyClass (1.3)
100
+ - Style/NilLambda (1.3)
26
101
 
27
102
  ## 1.1.0 - 2020-11-13
28
103
  ### Added
29
104
  - Added new rules introduced in the last version.
30
- - Lint/NoReturnInBeginEndBlocks (1.2)
31
- - Style/CollectionCompact (1.2)
32
- - Style/NegatedIfElseCondition (1.2)
105
+ - Lint/NoReturnInBeginEndBlocks (1.2)
106
+ - Style/CollectionCompact (1.2)
107
+ - Style/NegatedIfElseCondition (1.2)
33
108
 
34
109
  ### Changed
35
110
  - Changed Naming/VariableNumber to start using snake_case
@@ -37,15 +112,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
37
112
  ## 1.0.0 - 2020-11-04
38
113
  ### Added
39
114
  - Added new rules introduced in the last version.
40
- - Lint/DuplicateRegexpCharacterClassElement (1.1)
41
- - Lint/EmptyBlock (1.1)
42
- - Lint/ToEnumArguments (1.1)
43
- - Lint/UnmodifiedReduceAccumulator (1.1)
44
- - Style/ArgumentsForwarding (1.1)
45
- - Style/DocumentDynamicEvalDefinition (1.1)
46
- - Style/SwapValues (1.1)
115
+ - Lint/DuplicateRegexpCharacterClassElement (1.1)
116
+ - Lint/EmptyBlock (1.1)
117
+ - Lint/ToEnumArguments (1.1)
118
+ - Lint/UnmodifiedReduceAccumulator (1.1)
119
+ - Style/ArgumentsForwarding (1.1)
120
+ - Style/DocumentDynamicEvalDefinition (1.1)
121
+ - Style/SwapValues (1.1)
47
122
  - Added new rules introduced in the last version of rubocop-rspec
48
- - RSpec/Rails/HttpStatus (2.pre)
123
+ - RSpec/Rails/HttpStatus (2.pre)
49
124
 
50
125
  ### Changed
51
126
  - Removed shared enabled rules with rubocop 1.0
@@ -57,12 +132,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
57
132
  ## 0.10.0 - 2020-11-04
58
133
  ### Added
59
134
  - Added new rules introduced in the last version.
60
- - Lint/HashCompareByIdentity (0.93)
61
- - Lint/RedundantSafeNavigation (0.93)
62
- - Style/ClassEqualityComparison (0.93)
135
+ - Lint/HashCompareByIdentity (0.93)
136
+ - Lint/RedundantSafeNavigation (0.93)
137
+ - Style/ClassEqualityComparison (0.93)
63
138
 
64
139
  - Added new rules introduced in the last version of rubocop-rspec
65
- - RSpec/StubbedMock (1.44)
140
+ - RSpec/StubbedMock (1.44)
66
141
 
67
142
  ### Changed
68
143
  - Bump dependencies
@@ -70,22 +145,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
70
145
  ## 0.9.0 - 2020-09-18
71
146
  ### Added
72
147
  - Added new rules introduced in the last version.
73
- - Layout/BeginEndAlignment (0.91)
74
- - Lint/ConstantDefinitionInBlock (0.91)
75
- - Lint/DuplicateRequire (0.90)
76
- - Lint/EmptyFile (0.90)
77
- - Lint/IdentityComparison (0.91)
78
- - Lint/TrailingCommaInAttributeDeclaration (0.90)
79
- - Lint/UselessMethodDefinition (0.90)
80
- - Lint/UselessTimes (0.91)
81
- - Style/CombinableLoops (0.90)
82
- - Style/KeywordParametersOrder (0.90)
83
- - Style/RedundantSelfAssignment (0.90)
84
- - Style/SoleNestedConditional (0.89)
85
- - Performance/Sum (1.8)
86
- - Rails/AfterCommitOverride (2.8)
87
- - Rails/SquishedSQLHeredocs (2.8)
88
- - Rails/WhereNot (2.8)
148
+ - Layout/BeginEndAlignment (0.91)
149
+ - Lint/ConstantDefinitionInBlock (0.91)
150
+ - Lint/DuplicateRequire (0.90)
151
+ - Lint/EmptyFile (0.90)
152
+ - Lint/IdentityComparison (0.91)
153
+ - Lint/TrailingCommaInAttributeDeclaration (0.90)
154
+ - Lint/UselessMethodDefinition (0.90)
155
+ - Lint/UselessTimes (0.91)
156
+ - Style/CombinableLoops (0.90)
157
+ - Style/KeywordParametersOrder (0.90)
158
+ - Style/RedundantSelfAssignment (0.90)
159
+ - Style/SoleNestedConditional (0.89)
160
+ - Performance/Sum (1.8)
161
+ - Rails/AfterCommitOverride (2.8)
162
+ - Rails/SquishedSQLHeredocs (2.8)
163
+ - Rails/WhereNot (2.8)
89
164
 
90
165
  ### Changed
91
166
  - Updated all the extensions.
@@ -94,20 +169,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
94
169
 
95
170
  ### Added
96
171
  - Added new rules introduced in the last version.
97
- - Lint/BinaryOperatorWithIdenticalOperands (0.89)
98
- - Lint/DuplicateRescueException (0.89)
99
- - Lint/EmptyConditionalBody (0.89)
100
- - Lint/FloatComparison (0.89)
101
- - Lint/MissingSuper (0.89)
102
- - Lint/OutOfRangeRegexpRef (0.89)
103
- - Lint/SelfAssignment (0.89)
104
- - Lint/TopLevelReturnWithArgument (0.89)
105
- - Lint/UnreachableLoop (0.89)
106
- - Style/ExplicitBlockArgument (0.89)
107
- - Style/GlobalStdStream (0.89)
108
- - Style/OptionalBooleanParameter (0.89)
109
- - Style/SingleArgumentDig (0.89)
110
- - Style/StringConcatenation (0.89)
172
+ - Lint/BinaryOperatorWithIdenticalOperands (0.89)
173
+ - Lint/DuplicateRescueException (0.89)
174
+ - Lint/EmptyConditionalBody (0.89)
175
+ - Lint/FloatComparison (0.89)
176
+ - Lint/MissingSuper (0.89)
177
+ - Lint/OutOfRangeRegexpRef (0.89)
178
+ - Lint/SelfAssignment (0.89)
179
+ - Lint/TopLevelReturnWithArgument (0.89)
180
+ - Lint/UnreachableLoop (0.89)
181
+ - Style/ExplicitBlockArgument (0.89)
182
+ - Style/GlobalStdStream (0.89)
183
+ - Style/OptionalBooleanParameter (0.89)
184
+ - Style/SingleArgumentDig (0.89)
185
+ - Style/StringConcatenation (0.89)
111
186
 
112
187
  ## 0.7.0 - 2020-08-03
113
188
 
@@ -121,22 +196,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
121
196
 
122
197
  ### Added
123
198
  - Added new rules introduced in the last version.
124
- - Lint/DeprecatedOpenSSLConstant (0.84)
125
- - Lint/MixedRegexpCaptureTypes (0.85)
126
- - Style/AccessorGrouping (0.87)
127
- - Style/BisectedAttrAccessor (0.87)
128
- - Style/RedundantAssignment (0.87)
129
- - Style/RedundantFetchBlock (0.86)
130
- - Style/RedundantRegexpCharacterClass (0.85)
131
- - Style/RedundantRegexpEscape (0.85)
132
- - Performance/AncestorsInclude (1.7)
133
- - Performance/BigDecimalWithNumericArgument (1.7)
134
- - Performance/RedundantSortBlock (1.7)
135
- - Performance/RedundantStringChars (1.7)
136
- - Performance/ReverseFirst (1.7)
137
- - Performance/SortReverse (1.7)
138
- - Performance/Squeeze (1.7)
139
- - Performance/StringInclude (1.7)
199
+ - Lint/DeprecatedOpenSSLConstant (0.84)
200
+ - Lint/MixedRegexpCaptureTypes (0.85)
201
+ - Style/AccessorGrouping (0.87)
202
+ - Style/BisectedAttrAccessor (0.87)
203
+ - Style/RedundantAssignment (0.87)
204
+ - Style/RedundantFetchBlock (0.86)
205
+ - Style/RedundantRegexpCharacterClass (0.85)
206
+ - Style/RedundantRegexpEscape (0.85)
207
+ - Performance/AncestorsInclude (1.7)
208
+ - Performance/BigDecimalWithNumericArgument (1.7)
209
+ - Performance/RedundantSortBlock (1.7)
210
+ - Performance/RedundantStringChars (1.7)
211
+ - Performance/ReverseFirst (1.7)
212
+ - Performance/SortReverse (1.7)
213
+ - Performance/Squeeze (1.7)
214
+ - Performance/StringInclude (1.7)
140
215
 
141
216
  ## 0.5.0 - 2020-07-07
142
217
 
data/rubocop-gemspec.yml CHANGED
@@ -1,3 +1,7 @@
1
1
  #
2
2
  ## https://rubocop.readthedocs.io/en/latest/cops_gemspec/
3
3
  #
4
+
5
+ # https://docs.rubocop.org/rubocop/cops_gemspec.html#gemspecdateassignment
6
+ Gemspec/DateAssignment:
7
+ Enabled: true
data/rubocop-layout.yml CHANGED
@@ -21,3 +21,12 @@ Layout/SpaceAroundEqualsInParameterDefault:
21
21
  # https://rubocop.readthedocs.io/en/latest/cops_layout/#layoutspaceinsidehashliteralbraces
22
22
  Layout/SpaceInsideHashLiteralBraces:
23
23
  EnforcedStyle: no_space
24
+
25
+ # https://docs.rubocop.org/rubocop/cops_layout.html#layoutspacebeforebrackets
26
+ Layout/SpaceBeforeBrackets:
27
+ Enabled: true
28
+
29
+ # https://docs.rubocop.org/rubocop/cops_layout.html#layoutlineendstringconcatenationindentation
30
+ Layout/LineEndStringConcatenationIndentation:
31
+ Enabled: true
32
+ EnforcedStyle: aligned
data/rubocop-lint.yml CHANGED
@@ -39,3 +39,43 @@ Lint/DuplicateBranch:
39
39
  # https://docs.rubocop.org/rubocop/cops_lint.html#lintemptyclass
40
40
  Lint/EmptyClass:
41
41
  Enabled: true
42
+
43
+ # https://docs.rubocop.org/rubocop/cops_lint.html#lintunexpectedblockarity
44
+ Lint/UnexpectedBlockArity:
45
+ Enabled: true
46
+
47
+ # https://docs.rubocop.org/rubocop/cops_lint.html#lintambiguousassignment
48
+ Lint/AmbiguousAssignment:
49
+ Enabled: true
50
+
51
+ # https://docs.rubocop.org/rubocop/cops_lint.html#lintdeprecatedconstants
52
+ Lint/DeprecatedConstants:
53
+ Enabled: true
54
+
55
+ # https://docs.rubocop.org/rubocop/cops_lint.html#lintlambdawithoutliteralblock
56
+ Lint/LambdaWithoutLiteralBlock:
57
+ Enabled: true
58
+
59
+ # https://docs.rubocop.org/rubocop/cops_lint.html#lintnumberedparameterassignment
60
+ Lint/NumberedParameterAssignment:
61
+ Enabled: true
62
+
63
+ # https://docs.rubocop.org/rubocop/cops_lint.html#lintorassignmenttoconstant
64
+ Lint/OrAssignmentToConstant:
65
+ Enabled: true
66
+
67
+ # https://docs.rubocop.org/rubocop/cops_lint.html#lintredundantdirglobsort
68
+ Lint/RedundantDirGlobSort:
69
+ Enabled: true
70
+
71
+ # https://docs.rubocop.org/rubocop/cops_lint.html#lintsymbolconversion
72
+ Lint/SymbolConversion:
73
+ Enabled: true
74
+
75
+ # https://docs.rubocop.org/rubocop/cops_lint.html#linttriplequotes
76
+ Lint/TripleQuotes:
77
+ Enabled: true
78
+
79
+ # https://docs.rubocop.org/rubocop/cops_lint.html#lintemptyinpattern
80
+ Lint/EmptyInPattern:
81
+ Enabled: true
data/rubocop-naming.yml CHANGED
@@ -5,3 +5,7 @@
5
5
  # https://docs.rubocop.org/rubocop/cops_naming.html#namingvariablenumber
6
6
  Naming/VariableNumber:
7
7
  EnforcedStyle: snake_case
8
+
9
+ # https://docs.rubocop.org/rubocop/cops_naming.html#naminginclusivelanguage
10
+ Naming/InclusiveLanguage:
11
+ Enabled: false
@@ -59,3 +59,15 @@ Performance/ConstantRegexp:
59
59
  # https://docs.rubocop.org/rubocop-performance/cops_performance.html#performancemethodobjectasblock
60
60
  Performance/MethodObjectAsBlock:
61
61
  Enabled: true
62
+
63
+ # https://docs.rubocop.org/rubocop-performance/cops_performance.html#performancemapcompact
64
+ Performance/MapCompact:
65
+ Enabled: true
66
+
67
+ # https://docs.rubocop.org/rubocop-performance/cops_performance.html#performanceredundantequalitycomparisonblock
68
+ Performance/RedundantEqualityComparisonBlock:
69
+ Enabled: true
70
+
71
+ # https://docs.rubocop.org/rubocop-performance/cops_performance.html#performanceredundantsplitregexpargument
72
+ Performance/RedundantSplitRegexpArgument:
73
+ Enabled: true
data/rubocop-rails.yml CHANGED
@@ -109,3 +109,39 @@ Rails/SquishedSQLHeredocs:
109
109
  # https://docs.rubocop.org/rubocop-rails/cops_rails.html#railswherenot
110
110
  Rails/WhereNot:
111
111
  Enabled: true
112
+
113
+ # https://docs.rubocop.org/rubocop-rails/cops_rails.html#railsattributedefaultblockvalue
114
+ Rails/AttributeDefaultBlockValue:
115
+ Enabled: true
116
+
117
+ # https://docs.rubocop.org/rubocop-rails/cops_rails.html#railswhereequals
118
+ Rails/WhereEquals:
119
+ Enabled: true
120
+
121
+ # https://docs.rubocop.org/rubocop-rails/cops_rails.html#railsenvironmentvariableaccess
122
+ Rails/EnvironmentVariableAccess:
123
+ Enabled: true
124
+
125
+ # https://docs.rubocop.org/rubocop-rails/cops_rails.html#railstimezoneassignment
126
+ Rails/TimeZoneAssignment:
127
+ Enabled: true
128
+
129
+ # https://docs.rubocop.org/rubocop-rails/cops_rails.html#railsaddcolumnindex
130
+ Rails/AddColumnIndex:
131
+ Enabled: true
132
+
133
+ # https://docs.rubocop.org/rubocop-rails/cops_rails.html#railsexpandeddaterange
134
+ Rails/ExpandedDateRange:
135
+ Enabled: true
136
+
137
+ # https://docs.rubocop.org/rubocop-rails/cops_rails.html#railsi18nlocaleassignment
138
+ Rails/I18nLocaleAssignment:
139
+ Enabled: true
140
+
141
+ # https://docs.rubocop.org/rubocop-rails/cops_rails.html#railsunusedignoredcolumns
142
+ Rails/UnusedIgnoredColumns:
143
+ Enabled: true
144
+
145
+ # https://docs.rubocop.org/rubocop-rails/cops_rails.html#railseagerevaluationlogmessage
146
+ Rails/EagerEvaluationLogMessage:
147
+ Enabled: true
data/rubocop-rspec.yml CHANGED
@@ -45,3 +45,11 @@ RSpec/StubbedMock:
45
45
  # https://docs.rubocop.org/rubocop-rspec/cops_rails.html#railshttpstatus
46
46
  RSpec/Rails/HttpStatus:
47
47
  EnforcedStyle: numeric
48
+
49
+ # https://docs.rubocop.org/rubocop-rspec/cops_rspec/rails.html#rspecrailsavoidsetuphook
50
+ RSpec/Rails/AvoidSetupHook:
51
+ Enabled: true
52
+
53
+ # https://docs.rubocop.org/rubocop-rspec/cops_rspec.html#rspecidenticalequalityassertion
54
+ RSpec/IdenticalEqualityAssertion:
55
+ Enabled: true
data/rubocop-style.yml CHANGED
@@ -64,3 +64,35 @@ Style/NilLambda:
64
64
  # https://docs.rubocop.org/rubocop/cops_style.html#styleredundantargument
65
65
  Style/RedundantArgument:
66
66
  Enabled: true
67
+
68
+ # https://docs.rubocop.org/rubocop/cops_style.html#styleendlessmethod
69
+ Style/EndlessMethod:
70
+ Enabled: true
71
+
72
+ # https://docs.rubocop.org/rubocop/cops_style.html#stylehashconversion
73
+ Style/HashConversion:
74
+ Enabled: true
75
+
76
+ # https://docs.rubocop.org/rubocop/cops_style.html#stylehashexcept
77
+ Style/HashExcept:
78
+ Enabled: true
79
+
80
+ # https://docs.rubocop.org/rubocop/cops_style.html#styleifwithbooleanliteralbranches
81
+ Style/IfWithBooleanLiteralBranches:
82
+ Enabled: true
83
+
84
+ # https://docs.rubocop.org/rubocop/cops_style.html#styleinpatternthen
85
+ Style/InPatternThen:
86
+ Enabled: true
87
+
88
+ # https://docs.rubocop.org/rubocop/cops_style.html#stylemultipleinpatternthen
89
+ Style/MultilineInPatternThen:
90
+ Enabled: true
91
+
92
+ # https://docs.rubocop.org/rubocop/cops_style.html#stylequotedsymbols
93
+ Style/QuotedSymbols:
94
+ Enabled: true
95
+
96
+ # https://docs.rubocop.org/rubocop/cops_style.html#stylestringchars
97
+ Style/StringChars:
98
+ Enabled: true
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-nosolosoftware
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Javier Aranda
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-11-25 00:00:00.000000000 Z
11
+ date: 2021-06-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.4'
19
+ version: '1.18'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '1.4'
26
+ version: '1.18'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rubocop-faker
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -58,14 +58,14 @@ dependencies:
58
58
  requirements:
59
59
  - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: '2.8'
61
+ version: '2.11'
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
- version: '2.8'
68
+ version: '2.11'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: rubocop-rake
71
71
  requirement: !ruby/object:Gem::Requirement
@@ -86,14 +86,14 @@ dependencies:
86
86
  requirements:
87
87
  - - "~>"
88
88
  - !ruby/object:Gem::Version
89
- version: 2.pre
89
+ version: '2.4'
90
90
  type: :runtime
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
94
  - - "~>"
95
95
  - !ruby/object:Gem::Version
96
- version: 2.pre
96
+ version: '2.4'
97
97
  description: ''
98
98
  email: jaranda@nosolosoftware.es
99
99
  executables: []
@@ -125,8 +125,8 @@ homepage: https://github.com/nosolosoftware/rubocop-nosolosoftware
125
125
  licenses:
126
126
  - MIT
127
127
  metadata:
128
- source_code_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware/tree/v1.3.0
129
- changelog_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware/blob/v1.3.0/CHANGELOG.md
128
+ source_code_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware/tree/v1.8.0
129
+ changelog_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware/blob/v1.8.0/CHANGELOG.md
130
130
  homepage_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware
131
131
  post_install_message:
132
132
  rdoc_options:
@@ -144,8 +144,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
144
144
  - !ruby/object:Gem::Version
145
145
  version: '0'
146
146
  requirements: []
147
- rubyforge_project:
148
- rubygems_version: 2.7.6.2
147
+ rubygems_version: 3.1.2
149
148
  signing_key:
150
149
  specification_version: 4
151
150
  summary: Default Rubocop configuration used in NoSoloSoftware developments