Issy Long cb8769c2a0
rubocops/text: Allow bin interpolation inside word arrays
- We discovered that the following syntax in the formula `sqlsmith`
  should actually be OK because the `\n` is like whitespace.

```ruby
cmd = %W[
  #{bin}/sqlsmith
  --threads=4
  --timeout=10
]
shell_output(cmd)
```
2024-08-04 23:45:34 +01:00
..
2024-06-15 19:08:53 +10:00
2024-05-01 11:35:21 +02:00
2024-06-14 03:32:38 +01:00
2024-07-13 15:36:34 -04:00
2024-07-14 08:49:39 -04:00
2024-07-30 17:51:02 +01:00
2024-05-09 13:10:37 +01:00
2024-04-03 09:12:47 -07:00
2024-07-04 01:47:14 -04:00
2024-03-30 19:10:56 -07:00
2024-03-21 10:11:50 -04:00
2024-07-30 17:51:02 +01:00
2024-04-03 09:12:47 -07:00
2024-05-09 13:10:37 +01:00
2024-06-30 23:23:52 -04:00
2024-07-09 20:01:43 -04:00
2024-07-04 01:47:14 -04:00