11# This configuration was generated by
22# `rubocop --auto-gen-config`
3- # on 2017-05-24 15:29:50 -0700 using RuboCop version 0.48 .1.
3+ # on 2017-06-16 13:39:02 -0700 using RuboCop version 0.49 .1.
44# The point is for the user to remove these configuration records
55# one by one as the offenses are removed from the code base.
66# Note that changes in the inspected code, or installation of new
@@ -12,191 +12,6 @@ Lint/HandleExceptions:
1212 - ' lib/puppet-languageserver/simple_tcp_server.rb'
1313
1414# Offense count: 1
15- Lint/Loop :
15+ Lint/ScriptPermission :
1616 Exclude :
17- - ' lib/puppet-languageserver/simple_tcp_server.rb'
18-
19- # Offense count: 1
20- Lint/RescueException :
21- Exclude :
22- - ' lib/puppet-languageserver/simple_tcp_server.rb'
23-
24- # Offense count: 1
25- # Cop supports --auto-correct.
26- # Configuration parameters: IgnoreEmptyBlocks, AllowUnusedKeywordArguments.
27- Lint/UnusedBlockArgument :
28- Exclude :
29- - ' lib/puppet-languageserver/simple_tcp_server.rb'
30-
31- # Offense count: 3
32- Lint/UselessAssignment :
33- Exclude :
34- - ' lib/puppet-languageserver/simple_tcp_server.rb'
35-
36- # Offense count: 1
37- # Configuration parameters: CountBlocks.
38- Metrics/BlockNesting :
39- Max : 4
40-
41- # Offense count: 4
42- # Cop supports --auto-correct.
43- # Configuration parameters: AllowAdjacentOneLineDefs, NumberOfEmptyLines.
44- Style/EmptyLineBetweenDefs :
45- Exclude :
46- - ' lib/puppet-languageserver/simple_tcp_server.rb'
47-
48- # Offense count: 1
49- # Cop supports --auto-correct.
50- Style/EmptyLinesAroundExceptionHandlingKeywords :
51- Exclude :
52- - ' lib/puppet-languageserver/simple_tcp_server.rb'
53-
54- # Offense count: 1
55- # Configuration parameters: MinBodyLength.
56- Style/GuardClause :
57- Exclude :
58- - ' lib/puppet-languageserver/simple_tcp_server.rb'
59-
60- # Offense count: 8
61- # Cop supports --auto-correct.
62- # Configuration parameters: SupportedStyles, UseHashRocketsWithSymbolValues, PreferHashRocketsForNonAlnumEndingSymbols.
63- # SupportedStyles: ruby19, hash_rockets, no_mixed_keys, ruby19_no_mixed_keys
64- Style/HashSyntax :
65- EnforcedStyle : hash_rockets
66-
67- # Offense count: 3
68- # Cop supports --auto-correct.
69- # Configuration parameters: EnforcedStyle, SupportedStyles.
70- # SupportedStyles: normal, rails
71- Style/IndentationConsistency :
72- Exclude :
73- - ' lib/puppet-languageserver/json_rpc_handler.rb'
74-
75- # Offense count: 1
76- # Cop supports --auto-correct.
77- # Configuration parameters: Width, IgnoredPatterns.
78- Style/IndentationWidth :
79- Exclude :
80- - ' lib/puppet-languageserver/json_rpc_handler.rb'
81-
82- # Offense count: 3
83- # Cop supports --auto-correct.
84- Style/MutableConstant :
85- Exclude :
86- - ' lib/puppet-languageserver/simple_tcp_server.rb'
87-
88- # Offense count: 8
89- # Cop supports --auto-correct.
90- # Configuration parameters: Strict.
91- Style/NumericLiterals :
92- MinDigits : 8
93-
94- # Offense count: 3
95- # Cop supports --auto-correct.
96- # Configuration parameters: AutoCorrect, EnforcedStyle, SupportedStyles.
97- # SupportedStyles: predicate, comparison
98- Style/NumericPredicate :
99- Exclude :
100- - ' spec/**/*'
101- - ' lib/puppet-languageserver/simple_tcp_server.rb'
102-
103- # Offense count: 2
104- # Cop supports --auto-correct.
105- Style/Proc :
106- Exclude :
107- - ' lib/puppet-languageserver/simple_tcp_server.rb'
108-
109- # Offense count: 1
110- # Cop supports --auto-correct.
111- Style/RedundantBegin :
112- Exclude :
113- - ' lib/puppet-languageserver/simple_tcp_server.rb'
114-
115- # Offense count: 2
116- # Cop supports --auto-correct.
117- Style/RedundantParentheses :
118- Exclude :
119- - ' lib/puppet-languageserver/simple_tcp_server.rb'
120-
121- # Offense count: 6
122- # Cop supports --auto-correct.
123- Style/RescueModifier :
124- Exclude :
125- - ' lib/puppet-languageserver/simple_tcp_server.rb'
126-
127- # Offense count: 1
128- # Cop supports --auto-correct.
129- Style/SelfAssignment :
130- Exclude :
131- - ' lib/puppet-languageserver/simple_tcp_server.rb'
132-
133- # Offense count: 3
134- # Cop supports --auto-correct.
135- # Configuration parameters: AllowAsExpressionSeparator.
136- Style/Semicolon :
137- Exclude :
138- - ' lib/puppet-languageserver/simple_tcp_server.rb'
139-
140- # Offense count: 1
141- # Cop supports --auto-correct.
142- Style/SpaceBeforeSemicolon :
143- Exclude :
144- - ' lib/puppet-languageserver/simple_tcp_server.rb'
145-
146- # Offense count: 24
147- # Cop supports --auto-correct.
148- # Configuration parameters: EnforcedStyle, SupportedStyles, EnforcedStyleForEmptyBraces, SupportedStylesForEmptyBraces, SpaceBeforeBlockParameters.
149- # SupportedStyles: space, no_space
150- # SupportedStylesForEmptyBraces: space, no_space
151- Style/SpaceInsideBlockBraces :
152- Exclude :
153- - ' lib/puppet-languageserver/simple_tcp_server.rb'
154-
155- # Offense count: 2
156- # Cop supports --auto-correct.
157- Style/SpaceInsideBrackets :
158- Exclude :
159- - ' lib/puppet-languageserver/simple_tcp_server.rb'
160-
161- # Offense count: 1
162- # Cop supports --auto-correct.
163- # Configuration parameters: EnforcedStyle, SupportedStyles, EnforcedStyleForEmptyBraces, SupportedStylesForEmptyBraces.
164- # SupportedStyles: space, no_space, compact
165- # SupportedStylesForEmptyBraces: space, no_space
166- Style/SpaceInsideHashLiteralBraces :
167- Exclude :
168- - ' lib/puppet-languageserver/simple_tcp_server.rb'
169-
170- # Offense count: 5
171- # Cop supports --auto-correct.
172- Style/SpaceInsideParens :
173- Exclude :
174- - ' lib/puppet-languageserver/simple_tcp_server.rb'
175-
176- # Offense count: 5
177- # Cop supports --auto-correct.
178- # Configuration parameters: EnforcedStyle, SupportedStyles, ConsistentQuotesInMultiline.
179- # SupportedStyles: single_quotes, double_quotes
180- Style/StringLiterals :
181- Exclude :
182- - ' lib/puppet-languageserver/simple_tcp_server.rb'
183-
184- # Offense count: 1
185- # Cop supports --auto-correct.
186- # Configuration parameters: IgnoredMethods.
187- # IgnoredMethods: respond_to, define_method
188- Style/SymbolProc :
189- Exclude :
190- - ' lib/puppet-languageserver/simple_tcp_server.rb'
191-
192- # Offense count: 15
193- # Cop supports --auto-correct.
194- Style/TrailingWhitespace :
195- Exclude :
196- - ' lib/puppet-languageserver/simple_tcp_server.rb'
197-
198- # Offense count: 1
199- # Cop supports --auto-correct.
200- Style/ZeroLengthPredicate :
201- Exclude :
202- - ' lib/puppet-languageserver/simple_tcp_server.rb'
17+ - ' puppet-languageserver'
0 commit comments