|
1 | 1 | # This configuration was generated by |
2 | 2 | # `rubocop --auto-gen-config` |
3 | | -# on 2023-09-25 08:38:34 UTC using RuboCop version 1.56.3. |
| 3 | +# on 2024-01-22 15:21:03 UTC using RuboCop version 1.50.2. |
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 |
@@ -123,7 +123,7 @@ RSpec/DescribeClass: |
123 | 123 | - 'spec/acceptance/generate_markdown_spec.rb' |
124 | 124 | - 'spec/acceptance/running_strings_generate_spec.rb' |
125 | 125 |
|
126 | | -# Offense count: 51 |
| 126 | +# Offense count: 48 |
127 | 127 | # Configuration parameters: CountAsOne. |
128 | 128 | RSpec/ExampleLength: |
129 | 129 | Max: 66 |
@@ -159,7 +159,6 @@ Style/ClassVars: |
159 | 159 | - 'lib/puppet-strings/yard/templates/default/layout/html/setup.rb' |
160 | 160 |
|
161 | 161 | # Offense count: 3 |
162 | | -# This cop supports unsafe autocorrection (--autocorrect-all). |
163 | 162 | Style/CombinableLoops: |
164 | 163 | Exclude: |
165 | 164 | - 'lib/puppet-strings/markdown.rb' |
@@ -188,10 +187,3 @@ Style/OptionalBooleanParameter: |
188 | 187 | - 'lib/puppet-strings/yard/code_objects/type.rb' |
189 | 188 | - 'lib/puppet-strings/yard/handlers/ruby/data_type_handler.rb' |
190 | 189 | - 'lib/puppet-strings/yard/handlers/ruby/function_handler.rb' |
191 | | - |
192 | | -# Offense count: 136 |
193 | | -# This cop supports safe autocorrection (--autocorrect). |
194 | | -# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns. |
195 | | -# URISchemes: http, https |
196 | | -Layout/LineLength: |
197 | | - Max: 199 |
0 commit comments