|
1 | 1 | # This configuration was generated by |
2 | 2 | # `rubocop --auto-gen-config` |
3 | | -# on 2024-04-24 11:01:50 UTC using RuboCop version 1.50.2. |
| 3 | +# on 2025-04-09 15:40:01 UTC using RuboCop version 1.64.1. |
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 |
@@ -78,6 +78,7 @@ Metrics/PerceivedComplexity: |
78 | 78 | Max: 32 |
79 | 79 |
|
80 | 80 | # Offense count: 2 |
| 81 | +# This cop supports unsafe autocorrection (--autocorrect-all). |
81 | 82 | # Configuration parameters: EnforcedStyleForLeadingUnderscores. |
82 | 83 | # SupportedStylesForLeadingUnderscores: disallowed, required, optional |
83 | 84 | Naming/MemoizedInstanceVariableName: |
@@ -119,6 +120,20 @@ Style/HashEachMethods: |
119 | 120 | - 'lib/puppet-languageserver-sidecar/puppet_strings_helper.rb' |
120 | 121 | - 'lib/puppet-languageserver/manifest/folding_provider.rb' |
121 | 122 |
|
| 123 | +# Offense count: 1 |
| 124 | +# This cop supports unsafe autocorrection (--autocorrect-all). |
| 125 | +Style/HashExcept: |
| 126 | + Exclude: |
| 127 | + - 'lib/puppet-languageserver/puppet_lexer_helper.rb' |
| 128 | + |
| 129 | +# Offense count: 1 |
| 130 | +# This cop supports unsafe autocorrection (--autocorrect-all). |
| 131 | +# Configuration parameters: EnforcedStyle. |
| 132 | +# SupportedStyles: literals, strict |
| 133 | +Style/MutableConstant: |
| 134 | + Exclude: |
| 135 | + - 'lib/puppet_editor_services/protocol/json_rpc.rb' |
| 136 | + |
122 | 137 | # Offense count: 7 |
123 | 138 | # This cop supports unsafe autocorrection (--autocorrect-all). |
124 | 139 | # Configuration parameters: EnforcedStyle, AllowedMethods, AllowedPatterns. |
|
0 commit comments