Commit 8f3b8d5
committed
chore: rubocop
see https://github.com/easyPEP/jsonapi.rb/actions/runs/17267231602/job/49002149588?pr=2
```
Running RuboCop...
RuboCop failed!
Inspecting 18 files
................C.
Offenses:
spec/pagination_spec.rb:61:15: C: [Correctable] Rails/CompactBlank: Use compact_blank instead.
}.reject { |_k, _v| _v.blank? }
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
spec/pagination_spec.rb:160:15: C: [Correctable] Rails/CompactBlank: Use compact_blank instead.
}.reject { |_k, _v| _v.blank? }
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
18 files inspected, 2 offenses detected, 2 offenses autocorrectable
```1 parent 54a56e4 commit 8f3b8d5
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
56 | 58 | | |
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
61 | 63 | | |
62 | 64 | | |
| 65 | + | |
63 | 66 | | |
64 | 67 | | |
65 | 68 | | |
| |||
153 | 156 | | |
154 | 157 | | |
155 | 158 | | |
| 159 | + | |
| 160 | + | |
156 | 161 | | |
157 | 162 | | |
158 | 163 | | |
159 | 164 | | |
160 | 165 | | |
161 | 166 | | |
| 167 | + | |
162 | 168 | | |
163 | 169 | | |
164 | 170 | | |
| |||
0 commit comments