Commit 8225ec9
fix(lint): relax RuboCop-RSpec rules for integration-style specs
- Disable RSpec/SpecFilePathFormat (gem uses cloudlayerio not cloud_layerio)
- Increase RSpec/ExampleLength max to 20 (stub request + assert pairs need room)
- Increase RSpec/MultipleExpectations max to 8 (request/response verification)
- Exclude spec/ from Style/BlockDelimiters, Layout/Multi*, Style/RegexpLiteral
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 16c7091 commit 8225ec9
1 file changed
Lines changed: 31 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
0 commit comments