|
1 | 1 | # This configuration was generated by |
2 | 2 | # `rubocop --auto-gen-config` |
3 | | -# on 2024-07-09 07:40:52 UTC using RuboCop version 1.64.1. |
| 3 | +# on 2024-07-09 11:29:15 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 |
@@ -170,12 +170,11 @@ Lint/UnreachableLoop: |
170 | 170 | Exclude: |
171 | 171 | - 'lib/ruby_saml/saml_message.rb' |
172 | 172 |
|
173 | | -# Offense count: 3 |
| 173 | +# Offense count: 2 |
174 | 174 | # This cop supports unsafe autocorrection (--autocorrect-all). |
175 | 175 | # Configuration parameters: AutoCorrect. |
176 | 176 | Lint/UselessAssignment: |
177 | 177 | Exclude: |
178 | | - - 'lib/ruby_saml/logging.rb' |
179 | 178 | - 'lib/ruby_saml/slo_logoutrequest.rb' |
180 | 179 |
|
181 | 180 | # Offense count: 42 |
@@ -407,6 +406,14 @@ Style/IfUnlessModifier: |
407 | 406 | - 'lib/ruby_saml/xml/document.rb' |
408 | 407 | - 'lib/ruby_saml/xml/signed_document.rb' |
409 | 408 |
|
| 409 | +# Offense count: 1 |
| 410 | +# This cop supports unsafe autocorrection (--autocorrect-all). |
| 411 | +# Configuration parameters: EnforcedStyle, Autocorrect. |
| 412 | +# SupportedStyles: module_function, extend_self, forbidden |
| 413 | +Style/ModuleFunction: |
| 414 | + Exclude: |
| 415 | + - 'lib/ruby_saml/logging.rb' |
| 416 | + |
410 | 417 | # Offense count: 15 |
411 | 418 | # Configuration parameters: AllowedMethods. |
412 | 419 | # AllowedMethods: respond_to_missing? |
|
0 commit comments