rubocop-nosolosoftware 1.1.0 → 1.6.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: aab4a3d1c9e9a65f0b69f9798bd72c62deae2ffb4fb00998390e7db8ed3a70ce
4
- data.tar.gz: b2bc912ea28242d44088704b54f80181963d7f1ed772a9c7aecc771b93d05c00
3
+ metadata.gz: 94b85ed37d194149f41fc6572cd9f7ceb96767902badbd7fb0c27473e2985fc4
4
+ data.tar.gz: ab345d5d416f73ddac5fb1e7bdd617dcae2419640b2b51c5b5268110b376c551
5
5
  SHA512:
6
- metadata.gz: c2db1edca2e3bc75f90ed787d61bf30ca12a42eaa871b2c9d9203ec1756f05ce6d2a702a5b580372bcbca87b15274a01a866072676580976e94aa0c3902cff28
7
- data.tar.gz: 19e0088b69bd29c3ad3568b61efd9168ed9b63eedbbe9b8bd7b5a42c099e021ca557bc0762dd9195bfbfe072465f0a70ebe2767f406b7af6538a7ed4a916a306
6
+ metadata.gz: c36ca7da875893f8fe0b7a0b9915c1ee2a7f6bd9d1a80315121693b70210dc126d6c3c0b7f94475e1edb39d1a1b3fbd36411362c964e743db8d3759d6e00f51f
7
+ data.tar.gz: 51f6feeb94ec25b007b79bc0053d3abe3eff24307037cf7ce539af53980634bb07330676a1ac147be7a8187f66e44058066c895fcaf489b7aa93c2b5b63a8c5d
data/CHANGELOG.md CHANGED
@@ -5,12 +5,82 @@ 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.6.0 - 2021-06-08
11
+
12
+ ### Added
13
+ - Added new rules introduced in the last version.
14
+ - rubocop
15
+ - Lint/EmptyInPattern (1.16)
16
+ - Style/InPatternThen (1.16)
17
+ - Style/MultilineInPatternThen (1.16)
18
+ - Style/QuotedSymbols (1.16)
19
+ - Style/StringChars (1.12)
20
+ - Performance/MapCompact (1.11)
21
+ - Performance/RedundantEqualityComparisonBlock (1.10)
22
+ - Performance/RedundantSplitRegexpArgument (1.10)
23
+ - rubocop-rails
24
+ - Rails/EnvironmentVariableAccess (2.10)
25
+ - Rails/TimeZoneAssignment (2.10)
26
+
27
+ ### Changed
28
+ - Updated dependency rubocop-rails
29
+
30
+ ## 1.5.0 - 2021-02-25
31
+
32
+ ### Added
33
+ - Added new rules introduced in the last version.
34
+ - rubocop
35
+ - Gemspec/DateAssignment (1.10)
36
+ - Layout/SpaceBeforeBrackets (1.7)
37
+ - Lint/AmbiguousAssignment (1.7)
38
+ - Lint/DeprecatedConstants (1.8)
39
+ - Lint/LambdaWithoutLiteralBlock (1.8)
40
+ - Lint/NumberedParameterAssignment (1.9)
41
+ - Lint/OrAssignmentToConstant (1.9)
42
+ - Lint/RedundantDirGlobSort (1.8)
43
+ - Lint/SymbolConversion (1.9)
44
+ - Lint/TripleQuotes (1.9)
45
+ - Style/EndlessMethod (1.8)
46
+ - Style/HashConversion (1.10)
47
+ - Style/HashExcept (1.7)
48
+ - Style/IfWithBooleanLiteralBranches (1.9)
49
+
50
+ ## 1.4.0 - 2020-12-15
51
+ ### Added
52
+ - Added new rules introduced in the last version.
53
+ - rubocop
54
+ - Lint/UnexpectedBlockArity (1.5)
55
+ - rubocop-rails
56
+ - Rails/AttributeDefaultBlockValue (2.9)
57
+ - Rails/WhereEquals (2.9)
58
+
59
+ ## 1.3.0 - 2020-11-25
60
+ ### Added
61
+ - Added new rules introduced in the last version.
62
+ - rubocop
63
+ - Style/RedundantArgument (1.4)
64
+ - rubocop-performance
65
+ - Performance/ArraySemiInfiniteRangeSlice (1.9)
66
+ - Performance/BlockGivenWithExplicitBlock (1.9)
67
+ - Performance/CollectionLiteralInLoop (1.8)
68
+ - Performance/ConstantRegexp (1.9)
69
+ - Performance/MethodObjectAsBlock (1.9)
70
+
71
+ ## 1.2.0 - 2020-11-13
72
+ ### Added
73
+ - Added new rules introduced in the last version.
74
+ - Lint/DuplicateBranch (1.3)
75
+ - Lint/EmptyClass (1.3)
76
+ - Style/NilLambda (1.3)
77
+
8
78
  ## 1.1.0 - 2020-11-13
9
79
  ### Added
10
80
  - Added new rules introduced in the last version.
11
- - Lint/NoReturnInBeginEndBlocks (1.2)
12
- - Style/CollectionCompact (1.2)
13
- - Style/NegatedIfElseCondition (1.2)
81
+ - Lint/NoReturnInBeginEndBlocks (1.2)
82
+ - Style/CollectionCompact (1.2)
83
+ - Style/NegatedIfElseCondition (1.2)
14
84
 
15
85
  ### Changed
16
86
  - Changed Naming/VariableNumber to start using snake_case
@@ -18,15 +88,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
88
  ## 1.0.0 - 2020-11-04
19
89
  ### Added
20
90
  - Added new rules introduced in the last version.
21
- - Lint/DuplicateRegexpCharacterClassElement (1.1)
22
- - Lint/EmptyBlock (1.1)
23
- - Lint/ToEnumArguments (1.1)
24
- - Lint/UnmodifiedReduceAccumulator (1.1)
25
- - Style/ArgumentsForwarding (1.1)
26
- - Style/DocumentDynamicEvalDefinition (1.1)
27
- - Style/SwapValues (1.1)
91
+ - Lint/DuplicateRegexpCharacterClassElement (1.1)
92
+ - Lint/EmptyBlock (1.1)
93
+ - Lint/ToEnumArguments (1.1)
94
+ - Lint/UnmodifiedReduceAccumulator (1.1)
95
+ - Style/ArgumentsForwarding (1.1)
96
+ - Style/DocumentDynamicEvalDefinition (1.1)
97
+ - Style/SwapValues (1.1)
28
98
  - Added new rules introduced in the last version of rubocop-rspec
29
- - RSpec/Rails/HttpStatus (2.pre)
99
+ - RSpec/Rails/HttpStatus (2.pre)
30
100
 
31
101
  ### Changed
32
102
  - Removed shared enabled rules with rubocop 1.0
@@ -38,12 +108,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
38
108
  ## 0.10.0 - 2020-11-04
39
109
  ### Added
40
110
  - Added new rules introduced in the last version.
41
- - Lint/HashCompareByIdentity (0.93)
42
- - Lint/RedundantSafeNavigation (0.93)
43
- - Style/ClassEqualityComparison (0.93)
111
+ - Lint/HashCompareByIdentity (0.93)
112
+ - Lint/RedundantSafeNavigation (0.93)
113
+ - Style/ClassEqualityComparison (0.93)
44
114
 
45
115
  - Added new rules introduced in the last version of rubocop-rspec
46
- - RSpec/StubbedMock (1.44)
116
+ - RSpec/StubbedMock (1.44)
47
117
 
48
118
  ### Changed
49
119
  - Bump dependencies
@@ -51,22 +121,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
51
121
  ## 0.9.0 - 2020-09-18
52
122
  ### Added
53
123
  - Added new rules introduced in the last version.
54
- - Layout/BeginEndAlignment (0.91)
55
- - Lint/ConstantDefinitionInBlock (0.91)
56
- - Lint/DuplicateRequire (0.90)
57
- - Lint/EmptyFile (0.90)
58
- - Lint/IdentityComparison (0.91)
59
- - Lint/TrailingCommaInAttributeDeclaration (0.90)
60
- - Lint/UselessMethodDefinition (0.90)
61
- - Lint/UselessTimes (0.91)
62
- - Style/CombinableLoops (0.90)
63
- - Style/KeywordParametersOrder (0.90)
64
- - Style/RedundantSelfAssignment (0.90)
65
- - Style/SoleNestedConditional (0.89)
66
- - Performance/Sum (1.8)
67
- - Rails/AfterCommitOverride (2.8)
68
- - Rails/SquishedSQLHeredocs (2.8)
69
- - Rails/WhereNot (2.8)
124
+ - Layout/BeginEndAlignment (0.91)
125
+ - Lint/ConstantDefinitionInBlock (0.91)
126
+ - Lint/DuplicateRequire (0.90)
127
+ - Lint/EmptyFile (0.90)
128
+ - Lint/IdentityComparison (0.91)
129
+ - Lint/TrailingCommaInAttributeDeclaration (0.90)
130
+ - Lint/UselessMethodDefinition (0.90)
131
+ - Lint/UselessTimes (0.91)
132
+ - Style/CombinableLoops (0.90)
133
+ - Style/KeywordParametersOrder (0.90)
134
+ - Style/RedundantSelfAssignment (0.90)
135
+ - Style/SoleNestedConditional (0.89)
136
+ - Performance/Sum (1.8)
137
+ - Rails/AfterCommitOverride (2.8)
138
+ - Rails/SquishedSQLHeredocs (2.8)
139
+ - Rails/WhereNot (2.8)
70
140
 
71
141
  ### Changed
72
142
  - Updated all the extensions.
@@ -75,20 +145,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
75
145
 
76
146
  ### Added
77
147
  - Added new rules introduced in the last version.
78
- - Lint/BinaryOperatorWithIdenticalOperands (0.89)
79
- - Lint/DuplicateRescueException (0.89)
80
- - Lint/EmptyConditionalBody (0.89)
81
- - Lint/FloatComparison (0.89)
82
- - Lint/MissingSuper (0.89)
83
- - Lint/OutOfRangeRegexpRef (0.89)
84
- - Lint/SelfAssignment (0.89)
85
- - Lint/TopLevelReturnWithArgument (0.89)
86
- - Lint/UnreachableLoop (0.89)
87
- - Style/ExplicitBlockArgument (0.89)
88
- - Style/GlobalStdStream (0.89)
89
- - Style/OptionalBooleanParameter (0.89)
90
- - Style/SingleArgumentDig (0.89)
91
- - Style/StringConcatenation (0.89)
148
+ - Lint/BinaryOperatorWithIdenticalOperands (0.89)
149
+ - Lint/DuplicateRescueException (0.89)
150
+ - Lint/EmptyConditionalBody (0.89)
151
+ - Lint/FloatComparison (0.89)
152
+ - Lint/MissingSuper (0.89)
153
+ - Lint/OutOfRangeRegexpRef (0.89)
154
+ - Lint/SelfAssignment (0.89)
155
+ - Lint/TopLevelReturnWithArgument (0.89)
156
+ - Lint/UnreachableLoop (0.89)
157
+ - Style/ExplicitBlockArgument (0.89)
158
+ - Style/GlobalStdStream (0.89)
159
+ - Style/OptionalBooleanParameter (0.89)
160
+ - Style/SingleArgumentDig (0.89)
161
+ - Style/StringConcatenation (0.89)
92
162
 
93
163
  ## 0.7.0 - 2020-08-03
94
164
 
@@ -102,22 +172,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
102
172
 
103
173
  ### Added
104
174
  - Added new rules introduced in the last version.
105
- - Lint/DeprecatedOpenSSLConstant (0.84)
106
- - Lint/MixedRegexpCaptureTypes (0.85)
107
- - Style/AccessorGrouping (0.87)
108
- - Style/BisectedAttrAccessor (0.87)
109
- - Style/RedundantAssignment (0.87)
110
- - Style/RedundantFetchBlock (0.86)
111
- - Style/RedundantRegexpCharacterClass (0.85)
112
- - Style/RedundantRegexpEscape (0.85)
113
- - Performance/AncestorsInclude (1.7)
114
- - Performance/BigDecimalWithNumericArgument (1.7)
115
- - Performance/RedundantSortBlock (1.7)
116
- - Performance/RedundantStringChars (1.7)
117
- - Performance/ReverseFirst (1.7)
118
- - Performance/SortReverse (1.7)
119
- - Performance/Squeeze (1.7)
120
- - Performance/StringInclude (1.7)
175
+ - Lint/DeprecatedOpenSSLConstant (0.84)
176
+ - Lint/MixedRegexpCaptureTypes (0.85)
177
+ - Style/AccessorGrouping (0.87)
178
+ - Style/BisectedAttrAccessor (0.87)
179
+ - Style/RedundantAssignment (0.87)
180
+ - Style/RedundantFetchBlock (0.86)
181
+ - Style/RedundantRegexpCharacterClass (0.85)
182
+ - Style/RedundantRegexpEscape (0.85)
183
+ - Performance/AncestorsInclude (1.7)
184
+ - Performance/BigDecimalWithNumericArgument (1.7)
185
+ - Performance/RedundantSortBlock (1.7)
186
+ - Performance/RedundantStringChars (1.7)
187
+ - Performance/ReverseFirst (1.7)
188
+ - Performance/SortReverse (1.7)
189
+ - Performance/Squeeze (1.7)
190
+ - Performance/StringInclude (1.7)
121
191
 
122
192
  ## 0.5.0 - 2020-07-07
123
193
 
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,7 @@ 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
data/rubocop-lint.yml CHANGED
@@ -31,3 +31,51 @@ Lint/RedundantSafeNavigation:
31
31
  # https://docs.rubocop.org/rubocop/cops_lint.html#lintnoreturninbeginendblocks
32
32
  Lint/NoReturnInBeginEndBlocks:
33
33
  Enabled: true
34
+
35
+ # https://docs.rubocop.org/rubocop/cops_lint.html#lintduplicatebranch
36
+ Lint/DuplicateBranch:
37
+ Enabled: true
38
+
39
+ # https://docs.rubocop.org/rubocop/cops_lint.html#lintemptyclass
40
+ Lint/EmptyClass:
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
@@ -4,38 +4,70 @@
4
4
 
5
5
  require: rubocop-performance
6
6
 
7
- # https://docs.rubocop.org/rubocop-performance/1.7/cops_performance.html#performanceancestorsinclude
7
+ # https://docs.rubocop.org/rubocop-performance/cops_performance.html#performanceancestorsinclude
8
8
  Performance/AncestorsInclude:
9
9
  Enabled: true
10
10
 
11
- # https://docs.rubocop.org/rubocop-performance/1.7/cops_performance.html#performancebigdecimalwithnumericargument
11
+ # https://docs.rubocop.org/rubocop-performance/cops_performance.html#performancebigdecimalwithnumericargument
12
12
  Performance/BigDecimalWithNumericArgument:
13
13
  Enabled: false
14
14
 
15
- # https://docs.rubocop.org/rubocop-performance/1.7/cops_performance.html#performanceredundantsortblock
15
+ # https://docs.rubocop.org/rubocop-performance/cops_performance.html#performanceredundantsortblock
16
16
  Performance/RedundantSortBlock:
17
17
  Enabled: true
18
18
 
19
- # https://docs.rubocop.org/rubocop-performance/1.7/cops_performance.html#performanceredundantstringchars
19
+ # https://docs.rubocop.org/rubocop-performance/cops_performance.html#performanceredundantstringchars
20
20
  Performance/RedundantStringChars:
21
21
  Enabled: true
22
22
 
23
- # https://docs.rubocop.org/rubocop-performance/1.7/cops_performance.html#performancereversefirst
23
+ # https://docs.rubocop.org/rubocop-performance/cops_performance.html#performancereversefirst
24
24
  Performance/ReverseFirst:
25
25
  Enabled: true
26
26
 
27
- # https://docs.rubocop.org/rubocop-performance/1.7/cops_performance.html#performancesortreverse
27
+ # https://docs.rubocop.org/rubocop-performance/cops_performance.html#performancesortreverse
28
28
  Performance/SortReverse:
29
29
  Enabled: true
30
30
 
31
- # https://docs.rubocop.org/rubocop-performance/1.7/cops_performance.html#performancesqueeze
31
+ # https://docs.rubocop.org/rubocop-performance/cops_performance.html#performancesqueeze
32
32
  Performance/Squeeze:
33
33
  Enabled: true
34
34
 
35
- # https://docs.rubocop.org/rubocop-performance/1.7/cops_performance.html#performancestringinclude
35
+ # https://docs.rubocop.org/rubocop-performance/cops_performance.html#performancestringinclude
36
36
  Performance/StringInclude:
37
37
  Enabled: true
38
38
 
39
- # https://docs.rubocop.org/rubocop-performance/1.8/cops_performance.html#performancesum
39
+ # https://docs.rubocop.org/rubocop-performance/cops_performance.html#performancesum
40
40
  Performance/Sum:
41
41
  Enabled: true
42
+
43
+ # https://docs.rubocop.org/rubocop-performance/cops_performance.html#performancearraysemiinfiniterangeslice
44
+ Performance/ArraySemiInfiniteRangeSlice:
45
+ Enabled: true
46
+
47
+ # https://docs.rubocop.org/rubocop-performance/cops_performance.html#performanceblockgivenwithexplicitblock
48
+ Performance/BlockGivenWithExplicitBlock:
49
+ Enabled: true
50
+
51
+ # https://docs.rubocop.org/rubocop-performance/cops_performance.html#performancecollectionliteralinloop
52
+ Performance/CollectionLiteralInLoop:
53
+ Enabled: true
54
+
55
+ # https://docs.rubocop.org/rubocop-performance/cops_performance.html#performanceconstantregexp
56
+ Performance/ConstantRegexp:
57
+ Enabled: true
58
+
59
+ # https://docs.rubocop.org/rubocop-performance/cops_performance.html#performancemethodobjectasblock
60
+ Performance/MethodObjectAsBlock:
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,19 @@ 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
data/rubocop-style.yml CHANGED
@@ -56,3 +56,43 @@ Style/CollectionCompact:
56
56
  # https://docs.rubocop.org/rubocop/cops_style.html#stylenegatedifelsecondition
57
57
  Style/NegatedIfElseCondition:
58
58
  Enabled: true
59
+
60
+ # https://docs.rubocop.org/rubocop/cops_style.html#stylenillambda
61
+ Style/NilLambda:
62
+ Enabled: true
63
+
64
+ # https://docs.rubocop.org/rubocop/cops_style.html#styleredundantargument
65
+ Style/RedundantArgument:
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.1.0
4
+ version: 1.6.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-13 00:00:00.000000000 Z
11
+ date: 2021-06-08 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.2'
19
+ version: '1.10'
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.2'
26
+ version: '1.10'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rubocop-faker
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -44,28 +44,28 @@ dependencies:
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: '1.8'
47
+ version: '1.9'
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
- version: '1.8'
54
+ version: '1.9'
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: rubocop-rails
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - "~>"
60
60
  - !ruby/object:Gem::Version
61
- version: '2.8'
61
+ version: '2.10'
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.10'
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.2'
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.2'
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.1.0
129
- changelog_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware/blob/v1.1.0/CHANGELOG.md
128
+ source_code_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware/tree/v1.6.0
129
+ changelog_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware/blob/v1.6.0/CHANGELOG.md
130
130
  homepage_uri: https://github.com/nosolosoftware/rubocop-nosolosoftware
131
131
  post_install_message:
132
132
  rdoc_options:
@@ -144,7 +144,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
144
144
  - !ruby/object:Gem::Version
145
145
  version: '0'
146
146
  requirements: []
147
- rubygems_version: 3.0.3
147
+ rubyforge_project:
148
+ rubygems_version: 2.7.6.2
148
149
  signing_key:
149
150
  specification_version: 4
150
151
  summary: Default Rubocop configuration used in NoSoloSoftware developments