|
1 | 1 | # This configuration was generated by
|
2 | 2 | # `rubocop --auto-gen-config --exclude-limit 180`
|
3 |
| -# on 2023-03-03 23:33:46 UTC using RuboCop version 1.47.0. |
| 3 | +# on 2023-03-06 23:34:08 UTC using RuboCop version 1.48.0. |
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
|
@@ -142,14 +142,6 @@ Layout/EmptyLineAfterGuardClause:
|
142 | 142 | - 'spec/lib/swagger/swagger_dsl_spec.rb'
|
143 | 143 | - 'spec/spec_helper.rb'
|
144 | 144 |
|
145 |
| -# Offense count: 3 |
146 |
| -# This cop supports safe autocorrection (--autocorrect). |
147 |
| -Layout/EmptyLineAfterMagicComment: |
148 |
| - Exclude: |
149 |
| - - 'apipie-rails.gemspec' |
150 |
| - - 'lib/apipie/validator.rb' |
151 |
| - - 'lib/tasks/apipie.rake' |
152 |
| - |
153 | 145 | # Offense count: 17
|
154 | 146 | # This cop supports safe autocorrection (--autocorrect).
|
155 | 147 | # Configuration parameters: EmptyLineBetweenMethodDefs, EmptyLineBetweenClassDefs, EmptyLineBetweenModuleDefs, AllowAdjacentOneLineDefs, NumberOfEmptyLines.
|
@@ -746,9 +738,11 @@ Lint/IdentityComparison:
|
746 | 738 | Exclude:
|
747 | 739 | - 'spec/lib/swagger/swagger_dsl_spec.rb'
|
748 | 740 |
|
749 |
| -# Offense count: 1 |
| 741 | +# Offense count: 5 |
750 | 742 | Lint/MissingSuper:
|
751 | 743 | Exclude:
|
| 744 | + - 'lib/apipie/errors.rb' |
| 745 | + - 'lib/apipie/response_description_adapter.rb' |
752 | 746 | - 'lib/apipie/validator.rb'
|
753 | 747 |
|
754 | 748 | # Offense count: 11
|
@@ -1538,12 +1532,6 @@ Style/CaseEquality:
|
1538 | 1532 | Exclude:
|
1539 | 1533 | - 'lib/apipie/validator.rb'
|
1540 | 1534 |
|
1541 |
| -# Offense count: 1 |
1542 |
| -# This cop supports unsafe autocorrection (--autocorrect-all). |
1543 |
| -Style/CaseLikeIf: |
1544 |
| - Exclude: |
1545 |
| - - 'lib/apipie/generator/swagger/operation_id.rb' |
1546 |
| - |
1547 | 1535 | # Offense count: 28
|
1548 | 1536 | # This cop supports unsafe autocorrection (--autocorrect-all).
|
1549 | 1537 | # Configuration parameters: EnforcedStyle.
|
|
0 commit comments