1
1
# This configuration was generated by
2
2
# `rubocop --auto-gen-config`
3
- # on 2019-11-26 16:16:51 +0000 using RuboCop version 0.73.0.
3
+ # on 2019-11-26 16:32:38 +0000 using RuboCop version 0.73.0.
4
4
# The point is for the user to remove these configuration records
5
5
# one by one as the offenses are removed from the code base.
6
6
# Note that changes in the inspected code, or installation of new
@@ -41,25 +41,20 @@ Layout/EmptyLineBetweenDefs:
41
41
- ' lib/gnuplot.rb'
42
42
- ' test/test_gnuplot.rb'
43
43
44
- # Offense count: 13
44
+ # Offense count: 12
45
45
# Cop supports --auto-correct.
46
46
Layout/EmptyLines :
47
47
Exclude :
48
48
- ' lib/gnuplot.rb'
49
- - ' spec/lib/ruby_gnuplot/plot_spec.rb'
50
49
- ' test/test_gnuplot.rb'
51
50
52
- # Offense count: 21
51
+ # Offense count: 10
53
52
# Cop supports --auto-correct.
54
53
# Configuration parameters: EnforcedStyle.
55
54
# SupportedStyles: empty_lines, no_empty_lines
56
55
Layout/EmptyLinesAroundBlockBody :
57
56
Exclude :
58
57
- ' examples/multiple_data_sets.rb'
59
- - ' spec/integration/arrtest_spec.rb'
60
- - ' spec/integration/histtest_spec.rb'
61
- - ' spec/integration/multtest_spec.rb'
62
- - ' spec/integration/sinwave_spec.rb'
63
58
- ' test/arrtest.rb'
64
59
- ' test/multtest.rb'
65
60
- ' test/sinwave.rb'
@@ -102,13 +97,6 @@ Layout/IndentAssignment:
102
97
Exclude :
103
98
- ' lib/gnuplot.rb'
104
99
105
- # Offense count: 2
106
- # Cop supports --auto-correct.
107
- # Configuration parameters: IndentationWidth.
108
- # SupportedStyles: special_inside_parentheses, consistent, align_brackets
109
- Layout/IndentFirstArrayElement :
110
- EnforcedStyle : consistent
111
-
112
100
# Offense count: 2
113
101
# Cop supports --auto-correct.
114
102
# Configuration parameters: EnforcedStyle.
@@ -118,14 +106,13 @@ Layout/IndentationConsistency:
118
106
- ' examples/multiple_data_sets.rb'
119
107
- ' lib/gnuplot.rb'
120
108
121
- # Offense count: 6
109
+ # Offense count: 5
122
110
# Cop supports --auto-correct.
123
111
# Configuration parameters: Width, IgnoredPatterns.
124
112
Layout/IndentationWidth :
125
113
Exclude :
126
114
- ' examples/3d_surface_plot.rb'
127
115
- ' lib/gnuplot.rb'
128
- - ' spec/integration/multtest_spec.rb'
129
116
130
117
# Offense count: 2
131
118
# Cop supports --auto-correct.
@@ -147,17 +134,14 @@ Layout/SpaceAroundEqualsInParameterDefault:
147
134
Exclude :
148
135
- ' lib/gnuplot.rb'
149
136
150
- # Offense count: 9
137
+ # Offense count: 6
151
138
# Cop supports --auto-correct.
152
139
# Configuration parameters: AllowForAlignment.
153
140
Layout/SpaceAroundOperators :
154
141
Exclude :
155
142
- ' examples/discrete_points.rb'
156
143
- ' examples/multiple_data_sets.rb'
157
144
- ' ruby_gnuplot.gemspec'
158
- - ' spec/integration/arrtest_spec.rb'
159
- - ' spec/integration/histtest_spec.rb'
160
- - ' spec/integration/multtest_spec.rb'
161
145
- ' test/arrtest.rb'
162
146
- ' test/histtest.rb'
163
147
- ' test/multtest.rb'
@@ -215,16 +199,14 @@ Layout/Tab:
215
199
- ' lib/gnuplot.rb'
216
200
- ' test/test_gnuplot.rb'
217
201
218
- # Offense count: 9
202
+ # Offense count: 7
219
203
# Cop supports --auto-correct.
220
204
# Configuration parameters: EnforcedStyle.
221
205
# SupportedStyles: final_newline, final_blank_line
222
206
Layout/TrailingBlankLines :
223
207
Exclude :
224
208
- ' examples/histogram.rb'
225
209
- ' examples/sin_wave.rb'
226
- - ' spec/integration/multtest_spec.rb'
227
- - ' spec/integration/sinwave_spec.rb'
228
210
- ' test/arrtest.rb'
229
211
- ' test/histtest.rb'
230
212
- ' test/multtest.rb'
@@ -308,26 +290,6 @@ Naming/VariableName:
308
290
Exclude :
309
291
- ' lib/gnuplot.rb'
310
292
311
- # Offense count: 4
312
- RSpec/DescribeClass :
313
- Exclude :
314
- - ' spec/integration/arrtest_spec.rb'
315
- - ' spec/integration/histtest_spec.rb'
316
- - ' spec/integration/multtest_spec.rb'
317
- - ' spec/integration/sinwave_spec.rb'
318
-
319
- # Offense count: 1
320
- # Configuration parameters: Max.
321
- RSpec/ExampleLength :
322
- Exclude :
323
- - ' spec/lib/ruby_gnuplot/plot_spec.rb'
324
-
325
- # Offense count: 1
326
- # Configuration parameters: CustomTransform, IgnoreMethods.
327
- RSpec/FilePath :
328
- Exclude :
329
- - ' spec/lib/ruby_gnuplot/style_spec.rb'
330
-
331
293
# Offense count: 1
332
294
Security/Eval :
333
295
Exclude :
@@ -349,13 +311,7 @@ Style/AndOr:
349
311
Exclude :
350
312
- ' lib/gnuplot.rb'
351
313
352
- # Offense count: 1
353
- # Cop supports --auto-correct.
354
- Style/BlockComments :
355
- Exclude :
356
- - ' spec/spec_helper.rb'
357
-
358
- # Offense count: 8
314
+ # Offense count: 6
359
315
# Cop supports --auto-correct.
360
316
# Configuration parameters: EnforcedStyle, ProceduralMethods, FunctionalMethods, IgnoredMethods, AllowBracesOnProceduralOneLiners.
361
317
# SupportedStyles: line_count_based, semantic, braces_for_chaining, always_braces
@@ -366,7 +322,6 @@ Style/BlockDelimiters:
366
322
Exclude :
367
323
- ' examples/multiple_data_sets.rb'
368
324
- ' lib/gnuplot.rb'
369
- - ' spec/integration/multtest_spec.rb'
370
325
- ' test/multtest.rb'
371
326
372
327
# Offense count: 2
@@ -535,7 +490,6 @@ Style/NumericLiterals:
535
490
# SupportedStyles: predicate, comparison
536
491
Style/NumericPredicate :
537
492
Exclude :
538
- - ' spec/**/*'
539
493
- ' lib/gnuplot.rb'
540
494
541
495
# Offense count: 3
@@ -593,7 +547,7 @@ Style/StringLiterals:
593
547
Style/SymbolArray :
594
548
EnforcedStyle : brackets
595
549
596
- # Offense count: 9
550
+ # Offense count: 7
597
551
# Cop supports --auto-correct.
598
552
# Configuration parameters: IgnoredMethods.
599
553
# IgnoredMethods: respond_to, define_method
@@ -603,8 +557,6 @@ Style/SymbolProc:
603
557
- ' examples/histogram.rb'
604
558
- ' examples/multiple_data_sets.rb'
605
559
- ' lib/gnuplot.rb'
606
- - ' spec/integration/arrtest_spec.rb'
607
- - ' spec/integration/multtest_spec.rb'
608
560
- ' test/arrtest.rb'
609
561
- ' test/multtest.rb'
610
562
@@ -646,7 +598,7 @@ Style/ZeroLengthPredicate:
646
598
Exclude :
647
599
- ' lib/gnuplot.rb'
648
600
649
- # Offense count: 7
601
+ # Offense count: 9
650
602
# Cop supports --auto-correct.
651
603
# Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
652
604
# URISchemes: http, https
0 commit comments