|
1 | 1 | # This configuration was generated by |
2 | | -# `rubocop --auto-gen-config` |
3 | | -# on 2023-04-21 12:33:23 UTC using RuboCop version 1.50.2. |
| 2 | +# `rubocop --auto-gen-config --no-auto-gen-timestamp` |
| 3 | +# using RuboCop version 1.79.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 |
@@ -36,21 +36,20 @@ RSpec/RepeatedExampleGroupDescription: |
36 | 36 | Exclude: |
37 | 37 | - 'spec/puppet-lint/plugins/check_params_empty_string_assignment/check_params_empty_string_assignment_spec.rb' |
38 | 38 |
|
39 | | -# Offense count: 5 |
| 39 | +# Offense count: 3 |
40 | 40 | # This cop supports unsafe autocorrection (--autocorrect-all). |
41 | 41 | # Configuration parameters: EnforcedStyle. |
42 | 42 | # SupportedStyles: always, always_true, never |
43 | 43 | Style/FrozenStringLiteralComment: |
44 | 44 | Exclude: |
45 | | - - 'Gemfile' |
46 | | - - 'Rakefile' |
| 45 | + - '**/*.arb' |
47 | 46 | - 'lib/puppet-lint/plugins/check_params_empty_string_assignment.rb' |
48 | 47 | - 'puppet-lint-params_empty_string-check.gemspec' |
49 | 48 | - 'spec/puppet-lint/plugins/check_params_empty_string_assignment/check_params_empty_string_assignment_spec.rb' |
50 | 49 |
|
51 | 50 | # Offense count: 1 |
52 | 51 | # This cop supports safe autocorrection (--autocorrect). |
53 | | -# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns. |
| 52 | +# Configuration parameters: AllowHeredoc, AllowURI, AllowQualifiedName, URISchemes, IgnoreCopDirectives, AllowedPatterns, SplitStrings. |
54 | 53 | # URISchemes: http, https |
55 | 54 | Layout/LineLength: |
56 | 55 | Max: 145 |
0 commit comments