Skip to content

Commit

Permalink
DSL for rswag
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroAugustoRamalhoDuarte committed Jan 4, 2023
1 parent 52c92ff commit 0fce040
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,19 @@ RSpec/ExampleLength:
Max: 6

Metrics/BlockLength:
AllowedMethods: [ 'describe', 'context' ]
AllowedMethods: [ 'describe', 'context' ]


# DSL rubocop for rswag
RSpec:
Language:
Helpers:
- run_test!
ExampleGroups:
Regular:
- path
- get
Includes:
Examples:
- response

0 comments on commit 0fce040

Please sign in to comment.