Files
ubicloud/.rubocop.yml
Hadi Moshayedi 18c35b8f00 Increase Max RSpec/MultipleMemoizedHelpers to 6.
We needed to add one more memoized helper to several RSpec test suites
when adding VmHostSlice-related RSpec tests, which caused errors like
the following when running rubocop:

```
RSpec/MultipleMemoizedHelpers: Example group has too many memoized
helpers [6/5]
```

The default limit of 5 keeps things simple, but VmHostSlice tests need
more helpers. Raising it to 6 adds flexibility without impacting
simplicity much.
2025-01-19 08:53:54 -08:00

1.3 KiB